Html Css Color HEX #275B6B Chathams Blue

📋 copy color: '#275B6B'

red 39 ◦ green 91 ◦ blue 107

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

Shades of Chathams Blue #275B6B

Tints of Chathams Blue #275B6B

RGB

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

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

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

R = 16.46%
G = 38.4%
B = 45.15%

CMYK

 C value IS 0.64

 M value IS 0.15

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#275B6B (or 0x275B6B) is known color: Chathams Blue. HEX triplet: 27, 5B and 6B. RGB value is (39,91,107). Sum of RGB (Red+Green+Blue) = 39+91+107=237 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.46% from 237); Green value is 91 (35.94% from 255 or 38.40% from 237); Blue value is 107 (42.19% from 255 or 45.15% from 237); Max value from RGB is 107 - color contains mainly: blue. Hex color #275B6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275B6B is #D8A494. Grayscale: #4D4D4D. Windows color (decimal): -14197909 or 7035687. OLE color: 7035687.

HSL color Cylindrical-coordinate representation of color #275B6B: hue angle of 194.12º 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 #275B6B is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 39 91 107 -
CMYK 0.64 0.15 0 0.58
HSL 194.12º 0.47% 0.29% -
HSV(B) 194.12º 0.64% 0.42% -
XYZ 7.23 8.98 15.26 -
YUV 77.28 144.77 100.7 -
System Red Green Blue C M Y K H S L
Decimal 39 91 107 0.64 0.15 0 0.58 194.12 0.47 0.29
Hex 27 5B 6B 40 F 0 3A C2 2F 1D
Octal 47 133 153 100 17 0 72 302 57 35
Binary 100111 1011011 1101011 1000000 1111 0 111010 11000010 101111 11101

Color Harmonies of #275B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275B6B

Black with #275B6B

Text Example


Text Example

White with #275B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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