Html Css Color HEX #3B5C72 Blumine

📋 copy color: '#3B5C72'

red 59 ◦ green 92 ◦ blue 114

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

Shades of Blumine #3B5C72

Tints of Blumine #3B5C72

RGB

 RED value IS 59 (23.44% from 255) = 22.26%

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

 BLUE value IS 114 (44.92% from 255) = 43.02%

R = 22.26%
G = 34.72%
B = 43.02%

CMYK

 C value IS 0.48

 M value IS 0.19

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3B5C72 (or 0x3B5C72) is known color: Blumine. HEX triplet: 3B, 5C and 72. RGB value is (59,92,114). Sum of RGB (Red+Green+Blue) = 59+92+114=265 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.26% from 265); Green value is 92 (36.33% from 255 or 34.72% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 114 - color contains mainly: blue. Hex color #3B5C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5C72 is #C4A38D. Grayscale: #545454. Windows color (decimal): -12886926 or 7494715. OLE color: 7494715.

HSL color Cylindrical-coordinate representation of color #3B5C72: hue angle of 204º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3B5C72 is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 59 92 114 -
CMYK 0.48 0.19 0 0.55
HSL 204º 0.32% 0.34% -
HSV(B) 204º 0.48% 0.45% -
XYZ 8.67 9.8 17.35 -
YUV 84.64 144.57 109.71 -
System Red Green Blue C M Y K H S L
Decimal 59 92 114 0.48 0.19 0 0.55 204 0.32 0.34
Hex 3B 5C 72 30 13 0 37 CC 20 22
Octal 73 134 162 60 23 0 67 314 40 42
Binary 111011 1011100 1110010 110000 10011 0 110111 11001100 100000 100010

Color Harmonies of #3B5C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5C72

Black with #3B5C72

Text Example


Text Example

White with #3B5C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B5C72; }

 p { color: rgb(59,92,114); }

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

background-color css

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

 a { background-color: rgb(59,92,114); }

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

border-color css

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

 span { border-color: rgb(59,92,114); }

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