Html Css Color HEX #336075 Blumine

📋 copy color: '#336075'

red 51 ◦ green 96 ◦ blue 117

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

Shades of Blumine #336075

Tints of Blumine #336075

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.36%

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

R = 19.32%
G = 36.36%
B = 44.32%

CMYK

 C value IS 0.56

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#336075 (or 0x336075) is known color: Blumine. HEX triplet: 33, 60 and 75. RGB value is (51,96,117). Sum of RGB (Red+Green+Blue) = 51+96+117=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 117 - color contains mainly: blue. Hex color #336075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336075 is #CC9F8A. Grayscale: #545454. Windows color (decimal): -13410187 or 7692339. OLE color: 7692339.

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

Color convert

RGB 51 96 117 -
CMYK 0.56 0.18 0 0.54
HSL 199.09º 0.39% 0.33% -
HSV(B) 199.09º 0.56% 0.46% -
XYZ 8.76 10.35 18.37 -
YUV 84.94 146.09 103.79 -
System Red Green Blue C M Y K H S L
Decimal 51 96 117 0.56 0.18 0 0.54 199.09 0.39 0.33
Hex 33 60 75 38 12 0 36 C7 27 21
Octal 63 140 165 70 22 0 66 307 47 41
Binary 110011 1100000 1110101 111000 10010 0 110110 11000111 100111 100001

Color Harmonies of #336075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336075

Black with #336075

Text Example


Text Example

White with #336075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336075; }

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

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

background-color css

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

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

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

border-color css

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

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

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