Html Css Color HEX #333368 Deep Koamaru

📋 copy color: '#333368'

red 51 ◦ green 51 ◦ blue 104

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

Shades of Deep Koamaru #333368

Tints of Deep Koamaru #333368

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.76%

 BLUE value IS 104 (41.02% from 255) = 50.49%

R = 24.76%
G = 24.76%
B = 50.49%

CMYK

 C value IS 0.51

 M value IS 0.51

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#333368 (or 0x333368) is known color: Deep Koamaru. HEX triplet: 33, 33 and 68. RGB value is (51,51,104). Sum of RGB (Red+Green+Blue) = 51+51+104=206 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.76% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 104 (41.02% from 255 or 50.49% from 206); Max value from RGB is 104 - color contains mainly: blue. Hex color #333368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333368 is #CCCC97. Grayscale: #383838. Windows color (decimal): -13421720 or 6828851. OLE color: 6828851.

HSL color Cylindrical-coordinate representation of color #333368: hue angle of 240º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #333368 is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 51 51 104 -
CMYK 0.51 0.51 0 0.59
HSL 240º 0.34% 0.3% -
HSV(B) 240º 0.51% 0.41% -
XYZ 5.05 4.07 13.62 -
YUV 57.04 154.5 123.69 -
System Red Green Blue C M Y K H S L
Decimal 51 51 104 0.51 0.51 0 0.59 240 0.34 0.3
Hex 33 33 68 33 33 0 3B F0 22 1E
Octal 63 63 150 63 63 0 73 360 42 36
Binary 110011 110011 1101000 110011 110011 0 111011 11110000 100010 11110

Color Harmonies of #333368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333368

Black with #333368

Text Example


Text Example

White with #333368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333368; }

 p { color: rgb(51,51,104); }

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

background-color css

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

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

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

border-color css

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

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

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