Html Css Color HEX #335C70 Blumine

📋 copy color: '#335C70'

red 51 ◦ green 92 ◦ blue 112

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

Shades of Blumine #335C70

Tints of Blumine #335C70

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.08%

 BLUE value IS 112 (44.14% from 255) = 43.92%

R = 20%
G = 36.08%
B = 43.92%

CMYK

 C value IS 0.54

 M value IS 0.18

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#335C70 (or 0x335C70) is known color: Blumine. HEX triplet: 33, 5C and 70. RGB value is (51,92,112). Sum of RGB (Red+Green+Blue) = 51+92+112=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 112 - color contains mainly: blue. Hex color #335C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335C70 is #CCA38F. Grayscale: #515151. Windows color (decimal): -13411216 or 7363635. OLE color: 7363635.

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

Color convert

RGB 51 92 112 -
CMYK 0.54 0.18 0 0.56
HSL 199.67º 0.37% 0.32% -
HSV(B) 199.67º 0.54% 0.44% -
XYZ 8.12 9.53 16.74 -
YUV 82.02 144.92 105.87 -
System Red Green Blue C M Y K H S L
Decimal 51 92 112 0.54 0.18 0 0.56 199.67 0.37 0.32
Hex 33 5C 70 36 12 0 38 C8 25 20
Octal 63 134 160 66 22 0 70 310 45 40
Binary 110011 1011100 1110000 110110 10010 0 111000 11001000 100101 100000

Color Harmonies of #335C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335C70

Black with #335C70

Text Example


Text Example

White with #335C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,92,112); }

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

background-color css

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

 a { background-color: rgb(51,92,112); }

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

border-color css

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

 span { border-color: rgb(51,92,112); }

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