Html Css Color HEX #35647B Blumine

📋 copy color: '#35647B'

red 53 ◦ green 100 ◦ blue 123

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

Shades of Blumine #35647B

Tints of Blumine #35647B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.23%

 BLUE value IS 123 (48.44% from 255) = 44.57%

R = 19.2%
G = 36.23%
B = 44.57%

CMYK

 C value IS 0.57

 M value IS 0.19

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#35647B (or 0x35647B) is known color: Blumine. HEX triplet: 35, 64 and 7B. RGB value is (53,100,123). Sum of RGB (Red+Green+Blue) = 53+100+123=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 123 (48.44% from 255 or 44.57% from 276); Max value from RGB is 123 - color contains mainly: blue. Hex color #35647B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35647B is #CA9B84. Grayscale: #585858. Windows color (decimal): -13278085 or 8086581. OLE color: 8086581.

HSL color Cylindrical-coordinate representation of color #35647B: hue angle of 199.71º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #35647B is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 53 100 123 -
CMYK 0.57 0.19 0 0.52
HSL 199.71º 0.4% 0.35% -
HSV(B) 199.71º 0.57% 0.48% -
XYZ 9.6 11.3 20.41 -
YUV 88.57 147.43 102.63 -
System Red Green Blue C M Y K H S L
Decimal 53 100 123 0.57 0.19 0 0.52 199.71 0.4 0.35
Hex 35 64 7B 39 13 0 34 C8 28 23
Octal 65 144 173 71 23 0 64 310 50 43
Binary 110101 1100100 1111011 111001 10011 0 110100 11001000 101000 100011

Color Harmonies of #35647B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35647B

Black with #35647B

Text Example


Text Example

White with #35647B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35647B; }

 p { color: rgb(53,100,123); }

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

background-color css

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

 a { background-color: rgb(53,100,123); }

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

border-color css

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

 span { border-color: rgb(53,100,123); }

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