Html Css Color HEX #275C6B Chathams Blue

📋 copy color: '#275C6B'

red 39 ◦ green 92 ◦ blue 107

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

Shades of Chathams Blue #275C6B

Tints of Chathams Blue #275C6B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.66%

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

R = 16.39%
G = 38.66%
B = 44.96%

CMYK

 C value IS 0.64

 M value IS 0.14

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#275C6B (or 0x275C6B) is known color: Chathams Blue. HEX triplet: 27, 5C and 6B. RGB value is (39,92,107). Sum of RGB (Red+Green+Blue) = 39+92+107=238 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.39% from 238); Green value is 92 (36.33% from 255 or 38.66% from 238); Blue value is 107 (42.19% from 255 or 44.96% from 238); Max value from RGB is 107 - color contains mainly: blue. Hex color #275C6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275C6B is #D8A394. Grayscale: #4D4D4D. Windows color (decimal): -14197653 or 7035943. OLE color: 7035943.

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

Color convert

RGB 39 92 107 -
CMYK 0.64 0.14 0 0.58
HSL 193.24º 0.47% 0.29% -
HSV(B) 193.24º 0.64% 0.42% -
XYZ 7.32 9.15 15.29 -
YUV 77.86 144.44 100.28 -
System Red Green Blue C M Y K H S L
Decimal 39 92 107 0.64 0.14 0 0.58 193.24 0.47 0.29
Hex 27 5C 6B 40 E 0 3A C1 2F 1D
Octal 47 134 153 100 16 0 72 301 57 35
Binary 100111 1011100 1101011 1000000 1110 0 111010 11000001 101111 11101

Color Harmonies of #275C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275C6B

Black with #275C6B

Text Example


Text Example

White with #275C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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