Html Css Color HEX #275E66 Blumine

📋 copy color: '#275E66'

red 39 ◦ green 94 ◦ blue 102

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

Shades of Blumine #275E66

Tints of Blumine #275E66

RGB

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

 GREEN value IS 94 (37.11% from 255) = 40%

 BLUE value IS 102 (40.23% from 255) = 43.4%

R = 16.6%
G = 40%
B = 43.4%

CMYK

 C value IS 0.62

 M value IS 0.08

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#275E66 (or 0x275E66) is known color: Blumine. HEX triplet: 27, 5E and 66. RGB value is (39,94,102). Sum of RGB (Red+Green+Blue) = 39+94+102=235 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.60% from 235); Green value is 94 (37.11% from 255 or 40% from 235); Blue value is 102 (40.23% from 255 or 43.40% from 235); Max value from RGB is 102 - color contains mainly: blue. Hex color #275E66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275E66 is #D8A199. Grayscale: #4E4E4E. Windows color (decimal): -14197146 or 6708775. OLE color: 6708775.

HSL color Cylindrical-coordinate representation of color #275E66: hue angle of 187.62º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #275E66 is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 39 94 102 -
CMYK 0.62 0.08 0 0.6
HSL 187.62º 0.45% 0.28% -
HSV(B) 187.62º 0.62% 0.4% -
XYZ 7.24 9.4 14 -
YUV 78.47 141.28 99.85 -
System Red Green Blue C M Y K H S L
Decimal 39 94 102 0.62 0.08 0 0.6 187.62 0.45 0.28
Hex 27 5E 66 3E 8 0 3C BC 2D 1C
Octal 47 136 146 76 10 0 74 274 55 34
Binary 100111 1011110 1100110 111110 1000 0 111100 10111100 101101 11100

Color Harmonies of #275E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275E66

Black with #275E66

Text Example


Text Example

White with #275E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275E66; }

 p { color: rgb(39,94,102); }

 H1.HeaderClassName
 {
   color: #275E66;
 }
 .AnyTagClassName
 {
   color: #275E66;
 }
</style>

background-color css

<style>
 a { background-color: #275E66; }

 a { background-color: rgb(39,94,102); }

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

border-color css

<style>
 span { border-color: #275E66; }

 span { border-color: rgb(39,94,102); }

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