Html Css Color HEX #33356B Deep Koamaru

📋 copy color: '#33356B'

red 51 ◦ green 53 ◦ blue 107

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

Shades of Deep Koamaru #33356B

Tints of Deep Koamaru #33356B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.12%

 BLUE value IS 107 (42.19% from 255) = 50.71%

R = 24.17%
G = 25.12%
B = 50.71%

CMYK

 C value IS 0.52

 M value IS 0.50

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#33356B (or 0x33356B) is known color: Deep Koamaru. HEX triplet: 33, 35 and 6B. RGB value is (51,53,107). Sum of RGB (Red+Green+Blue) = 51+53+107=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 107 (42.19% from 255 or 50.71% from 211); Max value from RGB is 107 - color contains mainly: blue. Hex color #33356B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33356B is #CCCA94. Grayscale: #3A3A3A. Windows color (decimal): -13421205 or 7025971. OLE color: 7025971.

HSL color Cylindrical-coordinate representation of color #33356B: hue angle of 237.86º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #33356B is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 51 53 107 -
CMYK 0.52 0.50 0 0.58
HSL 237.86º 0.35% 0.31% -
HSV(B) 237.86º 0.52% 0.42% -
XYZ 5.29 4.31 14.46 -
YUV 58.56 155.34 122.61 -
System Red Green Blue C M Y K H S L
Decimal 51 53 107 0.52 0.50 0 0.58 237.86 0.35 0.31
Hex 33 35 6B 34 32 0 3A EE 23 1F
Octal 63 65 153 64 62 0 72 356 43 37
Binary 110011 110101 1101011 110100 110010 0 111010 11101110 100011 11111

Color Harmonies of #33356B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33356B

Black with #33356B

Text Example


Text Example

White with #33356B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33356B; }

 p { color: rgb(51,53,107); }

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

background-color css

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

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

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

border-color css

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

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

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