Html Css Color HEX #27606B Blumine

📋 copy color: '#27606B'

red 39 ◦ green 96 ◦ blue 107

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

Shades of Blumine #27606B

Tints of Blumine #27606B

RGB

 RED value IS 39 (15.63% from 255) = 16.12%

 GREEN value IS 96 (37.89% from 255) = 39.67%

 BLUE value IS 107 (42.19% from 255) = 44.21%

R = 16.12%
G = 39.67%
B = 44.21%

CMYK

 C value IS 0.64

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#27606B (or 0x27606B) is known color: Blumine. HEX triplet: 27, 60 and 6B. RGB value is (39,96,107). Sum of RGB (Red+Green+Blue) = 39+96+107=242 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.12% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 107 (42.19% from 255 or 44.21% from 242); Max value from RGB is 107 - color contains mainly: blue. Hex color #27606B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27606B is #D89F94. Grayscale: #505050. Windows color (decimal): -14196629 or 7036967. OLE color: 7036967.

HSL color Cylindrical-coordinate representation of color #27606B: hue angle of 189.71º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #27606B is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 39 96 107 -
CMYK 0.64 0.10 0 0.58
HSL 189.71º 0.47% 0.29% -
HSV(B) 189.71º 0.64% 0.42% -
XYZ 7.67 9.86 15.41 -
YUV 80.21 143.12 98.61 -
System Red Green Blue C M Y K H S L
Decimal 39 96 107 0.64 0.10 0 0.58 189.71 0.47 0.29
Hex 27 60 6B 40 A 0 3A BE 2F 1D
Octal 47 140 153 100 12 0 72 276 57 35
Binary 100111 1100000 1101011 1000000 1010 0 111010 10111110 101111 11101

Color Harmonies of #27606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27606B

Black with #27606B

Text Example


Text Example

White with #27606B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,96,107); }

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

background-color css

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

 a { background-color: rgb(39,96,107); }

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

border-color css

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

 span { border-color: rgb(39,96,107); }

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