Html Css Color HEX #335E6F Blumine

📋 copy color: '#335E6F'

red 51 ◦ green 94 ◦ blue 111

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

Shades of Blumine #335E6F

Tints of Blumine #335E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 43.36%

R = 19.92%
G = 36.72%
B = 43.36%

CMYK

 C value IS 0.54

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#335E6F (or 0x335E6F) is known color: Blumine. HEX triplet: 33, 5E and 6F. RGB value is (51,94,111). Sum of RGB (Red+Green+Blue) = 51+94+111=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 94 (37.11% from 255 or 36.72% from 256); Blue value is 111 (43.75% from 255 or 43.36% from 256); Max value from RGB is 111 - color contains mainly: blue. Hex color #335E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335E6F is #CCA190. Grayscale: #525252. Windows color (decimal): -13410705 or 7298611. OLE color: 7298611.

HSL color Cylindrical-coordinate representation of color #335E6F: hue angle of 197º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #335E6F is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 94 111 -
CMYK 0.54 0.15 0 0.56
HSL 197º 0.37% 0.32% -
HSV(B) 197º 0.54% 0.44% -
XYZ 8.24 9.86 16.51 -
YUV 83.08 143.75 105.12 -
System Red Green Blue C M Y K H S L
Decimal 51 94 111 0.54 0.15 0 0.56 197 0.37 0.32
Hex 33 5E 6F 36 F 0 38 C5 25 20
Octal 63 136 157 66 17 0 70 305 45 40
Binary 110011 1011110 1101111 110110 1111 0 111000 11000101 100101 100000

Color Harmonies of #335E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335E6F

Black with #335E6F

Text Example


Text Example

White with #335E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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