#275C67

Color #275C67 Blumine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blumine #275C67

Tints of Blumine #275C67

Color information

#275C67 (or 0x275C67) is unknown color: approx Blumine. HEX triplet: 27, 5C and 67. RGB value is (39,92,103). Sum of RGB (Red+Green+Blue) = 39+92+103=234 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.67% from 234); Green value is 92 (36.33% from 255 or 39.32% from 234); Blue value is 103 (40.62% from 255 or 44.02% from 234); Max value from RGB is 103 - color contains mainly: blue. Hex color #275C67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275C67 is #D8A398. Grayscale: #4D4D4D. Windows color (decimal): -14197657 or 6773799. OLE color: 6773799.

HSL color Cylindrical-coordinate representation of color #275C67: hue angle of 190.31º 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 #275C67 is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3992103-
CMYK0.620.1100.60
HSL190.31º45.07%27.84%-
HSV(B)190.31º62.14%40.39%-
XYZ7.119.0614.21-
YUV77.41142.44100.61-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.67%
GREEN value IS 92 (36.33% from 255) = 39.32%
BLUE value IS 103 (40.62% from 255) = 44.02%
R=16.67%
G=39.32%
B=44.02%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal39921030.620.1100.60190.3145.0727.84
Hex275C673EB03Cbe2d1c
Octal4713414776130742765534
Binary10011110111001100111111110101101111001011111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,92,103); }

 H1.HeaderClassName
 {
   color: #275C67;
 }
 .AnyTagClassName
 {
   color: #275C67;
 }
</style>
background-color css

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

 a { background-color: rgb(39,92,103); }

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

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

 span { border-color: rgb(39,92,103); }

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