Html Css Color HEX #333066 Deep Koamaru

📋 copy color: '#333066'

red 51 ◦ green 48 ◦ blue 102

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

Shades of Deep Koamaru #333066

Tints of Deep Koamaru #333066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 50.75%

R = 25.37%
G = 23.88%
B = 50.75%

CMYK

 C value IS 0.5

 M value IS 0.53

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#333066 (or 0x333066) is known color: Deep Koamaru. HEX triplet: 33, 30 and 66. RGB value is (51,48,102). Sum of RGB (Red+Green+Blue) = 51+48+102=201 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.37% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 102 (40.23% from 255 or 50.75% from 201); Max value from RGB is 102 - color contains mainly: blue. Hex color #333066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333066 is #CCCF99. Grayscale: #363636. Windows color (decimal): -13422490 or 6697011. OLE color: 6697011.

HSL color Cylindrical-coordinate representation of color #333066: hue angle of 243.33º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #333066 is Cyan = 0.5, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 51 48 102 -
CMYK 0.5 0.53 0 0.6
HSL 243.33º 0.36% 0.29% -
HSV(B) 243.33º 0.53% 0.4% -
XYZ 4.82 3.78 13.05 -
YUV 55.05 154.49 125.11 -
System Red Green Blue C M Y K H S L
Decimal 51 48 102 0.5 0.53 0 0.6 243.33 0.36 0.29
Hex 33 30 66 32 35 0 3C F3 24 1D
Octal 63 60 146 62 65 0 74 363 44 35
Binary 110011 110000 1100110 110010 110101 0 111100 11110011 100100 11101

Color Harmonies of #333066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333066

Black with #333066

Text Example


Text Example

White with #333066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333066; }

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

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

background-color css

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

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

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

border-color css

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

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

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