Html Css Color HEX #335865 Blumine

📋 copy color: '#335865'

red 51 ◦ green 88 ◦ blue 101

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

Shades of Blumine #335865

Tints of Blumine #335865

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.67%

 BLUE value IS 101 (39.84% from 255) = 42.08%

R = 21.25%
G = 36.67%
B = 42.08%

CMYK

 C value IS 0.50

 M value IS 0.13

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#335865 (or 0x335865) is known color: Blumine. HEX triplet: 33, 58 and 65. RGB value is (51,88,101). Sum of RGB (Red+Green+Blue) = 51+88+101=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 101 - color contains mainly: blue. Hex color #335865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335865 is #CCA79A. Grayscale: #4E4E4E. Windows color (decimal): -13412251 or 6641715. OLE color: 6641715.

HSL color Cylindrical-coordinate representation of color #335865: hue angle of 195.6º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #335865 is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 51 88 101 -
CMYK 0.50 0.13 0 0.60
HSL 195.6º 0.33% 0.3% -
HSV(B) 195.6º 0.5% 0.4% -
XYZ 7.2 8.62 13.6 -
YUV 78.42 140.74 108.44 -
System Red Green Blue C M Y K H S L
Decimal 51 88 101 0.50 0.13 0 0.60 195.6 0.33 0.3
Hex 33 58 65 32 D 0 3C C4 21 1E
Octal 63 130 145 62 15 0 74 304 41 36
Binary 110011 1011000 1100101 110010 1101 0 111100 11000100 100001 11110

Color Harmonies of #335865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335865

Black with #335865

Text Example


Text Example

White with #335865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335865; }

 p { color: rgb(51,88,101); }

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

background-color css

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

 a { background-color: rgb(51,88,101); }

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

border-color css

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

 span { border-color: rgb(51,88,101); }

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