Html Css Color HEX #265C6B Chathams Blue

📋 copy color: '#265C6B'

red 38 ◦ green 92 ◦ blue 107

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

Shades of Chathams Blue #265C6B

Tints of Chathams Blue #265C6B

RGB

 RED value IS 38 (15.23% from 255) = 16.03%

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

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

R = 16.03%
G = 38.82%
B = 45.15%

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

#265C6B (or 0x265C6B) is known color: Chathams Blue. HEX triplet: 26, 5C and 6B. RGB value is (38,92,107). Sum of RGB (Red+Green+Blue) = 38+92+107=237 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.03% from 237); Green value is 92 (36.33% from 255 or 38.82% 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 #265C6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265C6B is #D9A394. Grayscale: #4D4D4D. Windows color (decimal): -14263189 or 7035942. OLE color: 7035942.

HSL color Cylindrical-coordinate representation of color #265C6B: hue angle of 193.04º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #265C6B is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 38 92 107 -
CMYK 0.64 0.14 0 0.58
HSL 193.04º 0.48% 0.28% -
HSV(B) 193.04º 0.64% 0.42% -
XYZ 7.28 9.13 15.29 -
YUV 77.56 144.61 99.78 -
System Red Green Blue C M Y K H S L
Decimal 38 92 107 0.64 0.14 0 0.58 193.04 0.48 0.28
Hex 26 5C 6B 40 E 0 3A C1 30 1C
Octal 46 134 153 100 16 0 72 301 60 34
Binary 100110 1011100 1101011 1000000 1110 0 111010 11000001 110000 11100

Color Harmonies of #265C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265C6B

Black with #265C6B

Text Example


Text Example

White with #265C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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