Html Css Color HEX #336375 Blumine

📋 copy color: '#336375'

red 51 ◦ green 99 ◦ blue 117

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

Shades of Blumine #336375

Tints of Blumine #336375

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.08%

 BLUE value IS 117 (46.09% from 255) = 43.82%

R = 19.1%
G = 37.08%
B = 43.82%

CMYK

 C value IS 0.56

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#336375 (or 0x336375) is known color: Blumine. HEX triplet: 33, 63 and 75. RGB value is (51,99,117). Sum of RGB (Red+Green+Blue) = 51+99+117=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 117 - color contains mainly: blue. Hex color #336375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336375 is #CC9C8A. Grayscale: #565656. Windows color (decimal): -13409419 or 7693107. OLE color: 7693107.

HSL color Cylindrical-coordinate representation of color #336375: hue angle of 196.36º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #336375 is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 99 117 -
CMYK 0.56 0.15 0 0.54
HSL 196.36º 0.39% 0.33% -
HSV(B) 196.36º 0.56% 0.46% -
XYZ 9.04 10.91 18.46 -
YUV 86.7 145.1 102.54 -
System Red Green Blue C M Y K H S L
Decimal 51 99 117 0.56 0.15 0 0.54 196.36 0.39 0.33
Hex 33 63 75 38 F 0 36 C4 27 21
Octal 63 143 165 70 17 0 66 304 47 41
Binary 110011 1100011 1110101 111000 1111 0 110110 11000100 100111 100001

Color Harmonies of #336375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336375

Black with #336375

Text Example


Text Example

White with #336375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336375; }

 p { color: rgb(51,99,117); }

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

background-color css

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

 a { background-color: rgb(51,99,117); }

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

border-color css

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

 span { border-color: rgb(51,99,117); }

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