Html Css Color HEX #336475 Blumine

📋 copy color: '#336475'

red 51 ◦ green 100 ◦ blue 117

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

Shades of Blumine #336475

Tints of Blumine #336475

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.31%

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

R = 19.03%
G = 37.31%
B = 43.66%

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

#336475 (or 0x336475) is known color: Blumine. HEX triplet: 33, 64 and 75. RGB value is (51,100,117). Sum of RGB (Red+Green+Blue) = 51+100+117=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 117 - color contains mainly: blue. Hex color #336475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336475 is #CC9B8A. Grayscale: #575757. Windows color (decimal): -13409163 or 7693363. OLE color: 7693363.

HSL color Cylindrical-coordinate representation of color #336475: hue angle of 195.45º 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 #336475 is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 100 117 -
CMYK 0.56 0.15 0 0.54
HSL 195.45º 0.39% 0.33% -
HSV(B) 195.45º 0.56% 0.46% -
XYZ 9.13 11.1 18.49 -
YUV 87.29 144.77 102.12 -
System Red Green Blue C M Y K H S L
Decimal 51 100 117 0.56 0.15 0 0.54 195.45 0.39 0.33
Hex 33 64 75 38 F 0 36 C3 27 21
Octal 63 144 165 70 17 0 66 303 47 41
Binary 110011 1100100 1110101 111000 1111 0 110110 11000011 100111 100001

Color Harmonies of #336475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336475

Black with #336475

Text Example


Text Example

White with #336475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336475; }

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

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

background-color css

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

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

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

border-color css

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

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

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