Html Css Color HEX #336775 Blumine

📋 copy color: '#336775'

red 51 ◦ green 103 ◦ blue 117

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

Shades of Blumine #336775

Tints of Blumine #336775

RGB

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

 GREEN value IS 103 (40.63% from 255) = 38.01%

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

R = 18.82%
G = 38.01%
B = 43.17%

CMYK

 C value IS 0.56

 M value IS 0.12

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#336775 (or 0x336775) is known color: Blumine. HEX triplet: 33, 67 and 75. RGB value is (51,103,117). Sum of RGB (Red+Green+Blue) = 51+103+117=271 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.82% from 271); Green value is 103 (40.62% from 255 or 38.01% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 117 - color contains mainly: blue. Hex color #336775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336775 is #CC988A. Grayscale: #585858. Windows color (decimal): -13408395 or 7694131. OLE color: 7694131.

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

Color convert

RGB 51 103 117 -
CMYK 0.56 0.12 0 0.54
HSL 192.73º 0.39% 0.33% -
HSV(B) 192.73º 0.56% 0.46% -
XYZ 9.43 11.69 18.59 -
YUV 89.05 143.77 100.86 -
System Red Green Blue C M Y K H S L
Decimal 51 103 117 0.56 0.12 0 0.54 192.73 0.39 0.33
Hex 33 67 75 38 C 0 36 C1 27 21
Octal 63 147 165 70 14 0 66 301 47 41
Binary 110011 1100111 1110101 111000 1100 0 110110 11000001 100111 100001

Color Harmonies of #336775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336775

Black with #336775

Text Example


Text Example

White with #336775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336775; }

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

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

background-color css

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

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

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

border-color css

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

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

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