Html Css Color HEX #333272 Deep Koamaru

📋 copy color: '#333272'

red 51 ◦ green 50 ◦ blue 114

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

Shades of Deep Koamaru #333272

Tints of Deep Koamaru #333272

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.26%

 BLUE value IS 114 (44.92% from 255) = 53.02%

R = 23.72%
G = 23.26%
B = 53.02%

CMYK

 C value IS 0.55

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#333272 (or 0x333272) is known color: Deep Koamaru. HEX triplet: 33, 32 and 72. RGB value is (51,50,114). Sum of RGB (Red+Green+Blue) = 51+50+114=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 114 (44.92% from 255 or 53.02% from 215); Max value from RGB is 114 - color contains mainly: blue. Hex color #333272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333272 is #CCCD8D. Grayscale: #393939. Windows color (decimal): -13421966 or 7483955. OLE color: 7483955.

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

Color convert

RGB 51 50 114 -
CMYK 0.55 0.56 0 0.55
HSL 240.94º 0.39% 0.32% -
HSV(B) 240.94º 0.56% 0.45% -
XYZ 5.54 4.2 16.44 -
YUV 57.6 159.83 123.3 -
System Red Green Blue C M Y K H S L
Decimal 51 50 114 0.55 0.56 0 0.55 240.94 0.39 0.32
Hex 33 32 72 37 38 0 37 F1 27 20
Octal 63 62 162 67 70 0 67 361 47 40
Binary 110011 110010 1110010 110111 111000 0 110111 11110001 100111 100000

Color Harmonies of #333272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333272

Black with #333272

Text Example


Text Example

White with #333272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333272; }

 p { color: rgb(51,50,114); }

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

background-color css

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

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

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

border-color css

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

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

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