#275B67

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

Shades of Chathams Blue #275B67

Tints of Chathams Blue #275B67

Color information

#275B67 (or 0x275B67) is unknown color: approx Chathams Blue. HEX triplet: 27, 5B and 67. RGB value is (39,91,103). Sum of RGB (Red+Green+Blue) = 39+91+103=233 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.74% from 233); Green value is 91 (35.94% from 255 or 39.06% from 233); Blue value is 103 (40.62% from 255 or 44.21% from 233); Max value from RGB is 103 - color contains mainly: blue. Hex color #275B67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275B67 is #D8A498. Grayscale: #4C4C4C. Windows color (decimal): -14197913 or 6773543. OLE color: 6773543.

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

Color convert

RGB3991103-
CMYK0.620.1200.60
HSL191.25º45.07%27.84%-
HSV(B)191.25º62.14%40.39%-
XYZ7.038.8914.18-
YUV76.82142.77101.02-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.74%
GREEN value IS 91 (35.94% from 255) = 39.06%
BLUE value IS 103 (40.62% from 255) = 44.21%
R=16.74%
G=39.06%
B=44.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal39911030.620.1200.60191.2545.0727.84
Hex275B673EC03Cbf2d1c
Octal4713314776140742775534
Binary10011110110111100111111110110001111001011111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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