Html Css Color HEX #333570 Deep Koamaru

📋 copy color: '#333570'

red 51 ◦ green 53 ◦ blue 112

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

Shades of Deep Koamaru #333570

Tints of Deep Koamaru #333570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 51.85%

R = 23.61%
G = 24.54%
B = 51.85%

CMYK

 C value IS 0.54

 M value IS 0.53

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#333570 (or 0x333570) is known color: Deep Koamaru. HEX triplet: 33, 35 and 70. RGB value is (51,53,112). Sum of RGB (Red+Green+Blue) = 51+53+112=216 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.61% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 112 (44.14% from 255 or 51.85% from 216); Max value from RGB is 112 - color contains mainly: blue. Hex color #333570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333570 is #CCCA8F. Grayscale: #3A3A3A. Windows color (decimal): -13421200 or 7353651. OLE color: 7353651.

HSL color Cylindrical-coordinate representation of color #333570: hue angle of 238.03º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #333570 is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 53 112 -
CMYK 0.54 0.53 0 0.56
HSL 238.03º 0.37% 0.32% -
HSV(B) 238.03º 0.54% 0.44% -
XYZ 5.56 4.42 15.89 -
YUV 59.13 157.84 122.2 -
System Red Green Blue C M Y K H S L
Decimal 51 53 112 0.54 0.53 0 0.56 238.03 0.37 0.32
Hex 33 35 70 36 35 0 38 EE 25 20
Octal 63 65 160 66 65 0 70 356 45 40
Binary 110011 110101 1110000 110110 110101 0 111000 11101110 100101 100000

Color Harmonies of #333570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333570

Black with #333570

Text Example


Text Example

White with #333570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333570; }

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

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

background-color css

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

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

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

border-color css

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

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

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