Html Css Color HEX #333375 Deep Koamaru

📋 copy color: '#333375'

red 51 ◦ green 51 ◦ blue 117

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

Shades of Deep Koamaru #333375

Tints of Deep Koamaru #333375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 53.42%

R = 23.29%
G = 23.29%
B = 53.42%

CMYK

 C value IS 0.56

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#333375 (or 0x333375) is known color: Deep Koamaru. HEX triplet: 33, 33 and 75. RGB value is (51,51,117). Sum of RGB (Red+Green+Blue) = 51+51+117=219 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.29% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 117 (46.09% from 255 or 53.42% from 219); Max value from RGB is 117 - color contains mainly: blue. Hex color #333375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333375 is #CCCC8A. Grayscale: #3A3A3A. Windows color (decimal): -13421707 or 7680819. OLE color: 7680819.

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

Color convert

RGB 51 51 117 -
CMYK 0.56 0.56 0 0.54
HSL 240º 0.39% 0.33% -
HSV(B) 240º 0.56% 0.46% -
XYZ 5.76 4.36 17.37 -
YUV 58.52 161 122.63 -
System Red Green Blue C M Y K H S L
Decimal 51 51 117 0.56 0.56 0 0.54 240 0.39 0.33
Hex 33 33 75 38 38 0 36 F0 27 21
Octal 63 63 165 70 70 0 66 360 47 41
Binary 110011 110011 1110101 111000 111000 0 110110 11110000 100111 100001

Color Harmonies of #333375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333375

Black with #333375

Text Example


Text Example

White with #333375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333375; }

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

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

background-color css

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

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

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

border-color css

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

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

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