Html Css Color HEX #333076 Deep Koamaru

📋 copy color: '#333076'

red 51 ◦ green 48 ◦ blue 118

#333076
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Koamaru #333076

Tints of Deep Koamaru #333076

RGB

 RED value IS 51 (20.31% from 255) = 23.5%

 GREEN value IS 48 (19.14% from 255) = 22.12%

 BLUE value IS 118 (46.48% from 255) = 54.38%

R = 23.5%
G = 22.12%
B = 54.38%

CMYK

 C value IS 0.57

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#333076 (or 0x333076) is known color: Deep Koamaru. HEX triplet: 33, 30 and 76. RGB value is (51,48,118). Sum of RGB (Red+Green+Blue) = 51+48+118=217 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.50% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 118 (46.48% from 255 or 54.38% from 217); Max value from RGB is 118 - color contains mainly: blue. Hex color #333076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333076 is #CCCF89. Grayscale: #383838. Windows color (decimal): -13422474 or 7745587. OLE color: 7745587.

HSL color Cylindrical-coordinate representation of color #333076: hue angle of 242.57º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #333076 is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 48 118 -
CMYK 0.57 0.59 0 0.54
HSL 242.57º 0.42% 0.33% -
HSV(B) 242.57º 0.59% 0.46% -
XYZ 5.69 4.13 17.64 -
YUV 56.88 162.49 123.81 -
System Red Green Blue C M Y K H S L
Decimal 51 48 118 0.57 0.59 0 0.54 242.57 0.42 0.33
Hex 33 30 76 39 3B 0 36 F3 2A 21
Octal 63 60 166 71 73 0 66 363 52 41
Binary 110011 110000 1110110 111001 111011 0 110110 11110011 101010 100001

Color Harmonies of #333076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333076

Black with #333076

Text Example


Text Example

White with #333076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333076; }

 p { color: rgb(51,48,118); }

 H1.HeaderClassName
 {
   color: #333076;
 }
 .AnyTagClassName
 {
   color: #333076;
 }
</style>

background-color css

<style>
 a { background-color: #333076; }

 a { background-color: rgb(51,48,118); }

 div.DivClassName
 {
   background-color: #333076;
 }
 .BgClassName
 {
   background-color: #333076;
 }
</style>

border-color css

<style>
 span { border-color: #333076; }

 span { border-color: rgb(51,48,118); }

 td.TdClassName
 {
   border-color: #333076;
 }
 .TagClassName
 {
   border-color: #333076;
 }
</style>