Html Css Color HEX #335E78 Blumine

📋 copy color: '#335E78'

red 51 ◦ green 94 ◦ blue 120

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

Shades of Blumine #335E78

Tints of Blumine #335E78

RGB

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

 GREEN value IS 94 (37.11% from 255) = 35.47%

 BLUE value IS 120 (47.27% from 255) = 45.28%

R = 19.25%
G = 35.47%
B = 45.28%

CMYK

 C value IS 0.58

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#335E78 (or 0x335E78) is known color: Blumine. HEX triplet: 33, 5E and 78. RGB value is (51,94,120). Sum of RGB (Red+Green+Blue) = 51+94+120=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 94 (37.11% from 255 or 35.47% from 265); Blue value is 120 (47.27% from 255 or 45.28% from 265); Max value from RGB is 120 - color contains mainly: blue. Hex color #335E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335E78 is #CCA187. Grayscale: #535353. Windows color (decimal): -13410696 or 7888435. OLE color: 7888435.

HSL color Cylindrical-coordinate representation of color #335E78: hue angle of 202.61º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #335E78 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 94 120 -
CMYK 0.58 0.22 0 0.53
HSL 202.61º 0.4% 0.34% -
HSV(B) 202.61º 0.58% 0.47% -
XYZ 8.76 10.07 19.25 -
YUV 84.11 148.25 104.39 -
System Red Green Blue C M Y K H S L
Decimal 51 94 120 0.58 0.22 0 0.53 202.61 0.4 0.34
Hex 33 5E 78 3A 16 0 35 CB 28 22
Octal 63 136 170 72 26 0 65 313 50 42
Binary 110011 1011110 1111000 111010 10110 0 110101 11001011 101000 100010

Color Harmonies of #335E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335E78

Black with #335E78

Text Example


Text Example

White with #335E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335E78; }

 p { color: rgb(51,94,120); }

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

background-color css

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

 a { background-color: rgb(51,94,120); }

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

border-color css

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

 span { border-color: rgb(51,94,120); }

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