Html Css Color HEX #333561 Deep Koamaru

📋 copy color: '#333561'

red 51 ◦ green 53 ◦ blue 97

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

Shades of Deep Koamaru #333561

Tints of Deep Koamaru #333561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 48.26%

R = 25.37%
G = 26.37%
B = 48.26%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#333561 (or 0x333561) is known color: Deep Koamaru. HEX triplet: 33, 35 and 61. RGB value is (51,53,97). Sum of RGB (Red+Green+Blue) = 51+53+97=201 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.37% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 97 (38.28% from 255 or 48.26% from 201); Max value from RGB is 97 - color contains mainly: blue. Hex color #333561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333561 is #CCCA9E. Grayscale: #393939. Windows color (decimal): -13421215 or 6370611. OLE color: 6370611.

HSL color Cylindrical-coordinate representation of color #333561: hue angle of 237.39º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #333561 is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 51 53 97 -
CMYK 0.47 0.45 0 0.62
HSL 237.39º 0.31% 0.29% -
HSV(B) 237.39º 0.47% 0.38% -
XYZ 4.8 4.11 11.85 -
YUV 57.42 150.34 123.42 -
System Red Green Blue C M Y K H S L
Decimal 51 53 97 0.47 0.45 0 0.62 237.39 0.31 0.29
Hex 33 35 61 2F 2D 0 3E ED 1F 1D
Octal 63 65 141 57 55 0 76 355 37 35
Binary 110011 110101 1100001 101111 101101 0 111110 11101101 11111 11101

Color Harmonies of #333561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333561

Black with #333561

Text Example


Text Example

White with #333561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333561; }

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

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

background-color css

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

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

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

border-color css

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

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

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