Html Css Color HEX #3B5B6A Blumine

📋 copy color: '#3B5B6A'

red 59 ◦ green 91 ◦ blue 106

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

Shades of Blumine #3B5B6A

Tints of Blumine #3B5B6A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.55%

 BLUE value IS 106 (41.8% from 255) = 41.41%

R = 23.05%
G = 35.55%
B = 41.41%

CMYK

 C value IS 0.44

 M value IS 0.14

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3B5B6A (or 0x3B5B6A) is known color: Blumine. HEX triplet: 3B, 5B and 6A. RGB value is (59,91,106). Sum of RGB (Red+Green+Blue) = 59+91+106=256 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.05% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 106 - color contains mainly: blue. Hex color #3B5B6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5B6A is #C4A495. Grayscale: #535353. Windows color (decimal): -12887190 or 6970171. OLE color: 6970171.

HSL color Cylindrical-coordinate representation of color #3B5B6A: hue angle of 199.15º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3B5B6A is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 59 91 106 -
CMYK 0.44 0.14 0 0.58
HSL 199.15º 0.28% 0.32% -
HSV(B) 199.15º 0.44% 0.42% -
XYZ 8.15 9.45 15.03 -
YUV 83.14 140.9 110.78 -
System Red Green Blue C M Y K H S L
Decimal 59 91 106 0.44 0.14 0 0.58 199.15 0.28 0.32
Hex 3B 5B 6A 2C E 0 3A C7 1C 20
Octal 73 133 152 54 16 0 72 307 34 40
Binary 111011 1011011 1101010 101100 1110 0 111010 11000111 11100 100000

Color Harmonies of #3B5B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5B6A

Black with #3B5B6A

Text Example


Text Example

White with #3B5B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,91,106); }

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

background-color css

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

 a { background-color: rgb(59,91,106); }

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

border-color css

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

 span { border-color: rgb(59,91,106); }

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