Html Css Color HEX #333369 Deep Koamaru

📋 copy color: '#333369'

red 51 ◦ green 51 ◦ blue 105

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

Shades of Deep Koamaru #333369

Tints of Deep Koamaru #333369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 50.72%

R = 24.64%
G = 24.64%
B = 50.72%

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

#333369 (or 0x333369) is known color: Deep Koamaru. HEX triplet: 33, 33 and 69. RGB value is (51,51,105). Sum of RGB (Red+Green+Blue) = 51+51+105=207 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.64% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 105 (41.41% from 255 or 50.72% from 207); Max value from RGB is 105 - color contains mainly: blue. Hex color #333369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333369 is #CCCC96. Grayscale: #383838. Windows color (decimal): -13421719 or 6894387. OLE color: 6894387.

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

Color convert

RGB 51 51 105 -
CMYK 0.51 0.51 0 0.59
HSL 240º 0.35% 0.31% -
HSV(B) 240º 0.51% 0.41% -
XYZ 5.1 4.09 13.89 -
YUV 57.16 155 123.61 -
System Red Green Blue C M Y K H S L
Decimal 51 51 105 0.51 0.51 0 0.59 240 0.35 0.31
Hex 33 33 69 33 33 0 3B F0 23 1F
Octal 63 63 151 63 63 0 73 360 43 37
Binary 110011 110011 1101001 110011 110011 0 111011 11110000 100011 11111

Color Harmonies of #333369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333369

Black with #333369

Text Example


Text Example

White with #333369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333369; }

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

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

background-color css

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

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

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

border-color css

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

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

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