Html Css Color HEX #33297C Deep Koamaru

📋 copy color: '#33297C'

red 51 ◦ green 41 ◦ blue 124

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

Shades of Deep Koamaru #33297C

Tints of Deep Koamaru #33297C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.98%

 BLUE value IS 124 (48.83% from 255) = 57.41%

R = 23.61%
G = 18.98%
B = 57.41%

CMYK

 C value IS 0.59

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#33297C (or 0x33297C) is known color: Deep Koamaru. HEX triplet: 33, 29 and 7C. RGB value is (51,41,124). Sum of RGB (Red+Green+Blue) = 51+41+124=216 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.61% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 124 (48.83% from 255 or 57.41% from 216); Max value from RGB is 124 - color contains mainly: blue. Hex color #33297C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33297C is #CCD683. Grayscale: #353535. Windows color (decimal): -13424260 or 8137011. OLE color: 8137011.

HSL color Cylindrical-coordinate representation of color #33297C: hue angle of 247.23º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33297C is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 51 41 124 -
CMYK 0.59 0.67 0 0.51
HSL 247.23º 0.5% 0.32% -
HSV(B) 247.23º 0.67% 0.49% -
XYZ 5.8 3.74 19.49 -
YUV 53.45 167.81 126.25 -
System Red Green Blue C M Y K H S L
Decimal 51 41 124 0.59 0.67 0 0.51 247.23 0.5 0.32
Hex 33 29 7C 3B 43 0 33 F7 32 20
Octal 63 51 174 73 103 0 63 367 62 40
Binary 110011 101001 1111100 111011 1000011 0 110011 11110111 110010 100000

Color Harmonies of #33297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33297C

Black with #33297C

Text Example


Text Example

White with #33297C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33297C; }

 p { color: rgb(51,41,124); }

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

background-color css

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

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

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

border-color css

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

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

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