Html Css Color HEX #33297D Deep Koamaru

📋 copy color: '#33297D'

red 51 ◦ green 41 ◦ blue 125

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

Shades of Deep Koamaru #33297D

Tints of Deep Koamaru #33297D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 57.6%

R = 23.5%
G = 18.89%
B = 57.6%

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

#33297D (or 0x33297D) is known color: Deep Koamaru. HEX triplet: 33, 29 and 7D. RGB value is (51,41,125). Sum of RGB (Red+Green+Blue) = 51+41+125=217 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.50% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 125 (49.22% from 255 or 57.60% from 217); Max value from RGB is 125 - color contains mainly: blue. Hex color #33297D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33297D is #CCD682. Grayscale: #353535. Windows color (decimal): -13424259 or 8202547. OLE color: 8202547.

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

Color convert

RGB 51 41 125 -
CMYK 0.59 0.67 0 0.51
HSL 247.14º 0.51% 0.33% -
HSV(B) 247.14º 0.67% 0.49% -
XYZ 5.86 3.77 19.82 -
YUV 53.57 168.31 126.17 -
System Red Green Blue C M Y K H S L
Decimal 51 41 125 0.59 0.67 0 0.51 247.14 0.51 0.33
Hex 33 29 7D 3B 43 0 33 F7 33 21
Octal 63 51 175 73 103 0 63 367 63 41
Binary 110011 101001 1111101 111011 1000011 0 110011 11110111 110011 100001

Color Harmonies of #33297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33297D

Black with #33297D

Text Example


Text Example

White with #33297D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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