Html Css Color HEX #33375F Deep Koamaru

📋 copy color: '#33375F'

red 51 ◦ green 55 ◦ blue 95

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

Shades of Deep Koamaru #33375F

Tints of Deep Koamaru #33375F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.36%

 BLUE value IS 95 (37.5% from 255) = 47.26%

R = 25.37%
G = 27.36%
B = 47.26%

CMYK

 C value IS 0.46

 M value IS 0.42

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#33375F (or 0x33375F) is known color: Deep Koamaru. HEX triplet: 33, 37 and 5F. RGB value is (51,55,95). Sum of RGB (Red+Green+Blue) = 51+55+95=201 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.37% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 95 (37.5% from 255 or 47.26% from 201); Max value from RGB is 95 - color contains mainly: blue. Hex color #33375F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33375F is #CCC8A0. Grayscale: #3A3A3A. Windows color (decimal): -13420705 or 6240051. OLE color: 6240051.

HSL color Cylindrical-coordinate representation of color #33375F: hue angle of 234.55º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #33375F is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 51 55 95 -
CMYK 0.46 0.42 0 0.63
HSL 234.55º 0.3% 0.29% -
HSV(B) 234.55º 0.46% 0.37% -
XYZ 4.8 4.26 11.4 -
YUV 58.36 148.67 122.75 -
System Red Green Blue C M Y K H S L
Decimal 51 55 95 0.46 0.42 0 0.63 234.55 0.3 0.29
Hex 33 37 5F 2E 2A 0 3F EB 1E 1D
Octal 63 67 137 56 52 0 77 353 36 35
Binary 110011 110111 1011111 101110 101010 0 111111 11101011 11110 11101

Color Harmonies of #33375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33375F

Black with #33375F

Text Example


Text Example

White with #33375F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33375F; }

 p { color: rgb(51,55,95); }

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

background-color css

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

 a { background-color: rgb(51,55,95); }

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

border-color css

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

 span { border-color: rgb(51,55,95); }

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