Html Css Color HEX #35666E Blumine

📋 copy color: '#35666E'

red 53 ◦ green 102 ◦ blue 110

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

Shades of Blumine #35666E

Tints of Blumine #35666E

RGB

 RED value IS 53 (21.09% from 255) = 20%

 GREEN value IS 102 (40.23% from 255) = 38.49%

 BLUE value IS 110 (43.36% from 255) = 41.51%

R = 20%
G = 38.49%
B = 41.51%

CMYK

 C value IS 0.52

 M value IS 0.07

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#35666E (or 0x35666E) is known color: Blumine. HEX triplet: 35, 66 and 6E. RGB value is (53,102,110). Sum of RGB (Red+Green+Blue) = 53+102+110=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 102 (40.23% from 255 or 38.49% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 110 - color contains mainly: blue. Hex color #35666E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35666E is #CA9991. Grayscale: #585858. Windows color (decimal): -13277586 or 7235125. OLE color: 7235125.

HSL color Cylindrical-coordinate representation of color #35666E: hue angle of 188.42º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #35666E is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 53 102 110 -
CMYK 0.52 0.07 0 0.57
HSL 188.42º 0.35% 0.32% -
HSV(B) 188.42º 0.52% 0.43% -
XYZ 9.03 11.39 16.47 -
YUV 88.26 140.27 102.85 -
System Red Green Blue C M Y K H S L
Decimal 53 102 110 0.52 0.07 0 0.57 188.42 0.35 0.32
Hex 35 66 6E 34 7 0 39 BC 23 20
Octal 65 146 156 64 7 0 71 274 43 40
Binary 110101 1100110 1101110 110100 111 0 111001 10111100 100011 100000

Color Harmonies of #35666E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35666E

Black with #35666E

Text Example


Text Example

White with #35666E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35666E; }

 p { color: rgb(53,102,110); }

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

background-color css

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

 a { background-color: rgb(53,102,110); }

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

border-color css

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

 span { border-color: rgb(53,102,110); }

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