Html Css Color HEX #265C69 Chathams Blue

📋 copy color: '#265C69'

red 38 ◦ green 92 ◦ blue 105

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

Shades of Chathams Blue #265C69

Tints of Chathams Blue #265C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 44.68%

R = 16.17%
G = 39.15%
B = 44.68%

CMYK

 C value IS 0.64

 M value IS 0.12

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#265C69 (or 0x265C69) is known color: Chathams Blue. HEX triplet: 26, 5C and 69. RGB value is (38,92,105). Sum of RGB (Red+Green+Blue) = 38+92+105=235 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.17% from 235); Green value is 92 (36.33% from 255 or 39.15% from 235); Blue value is 105 (41.41% from 255 or 44.68% from 235); Max value from RGB is 105 - color contains mainly: blue. Hex color #265C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265C69 is #D9A396. Grayscale: #4D4D4D. Windows color (decimal): -14263191 or 6904870. OLE color: 6904870.

HSL color Cylindrical-coordinate representation of color #265C69: hue angle of 191.64º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #265C69 is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 38 92 105 -
CMYK 0.64 0.12 0 0.59
HSL 191.64º 0.47% 0.28% -
HSV(B) 191.64º 0.64% 0.41% -
XYZ 7.18 9.09 14.74 -
YUV 77.34 143.61 99.94 -
System Red Green Blue C M Y K H S L
Decimal 38 92 105 0.64 0.12 0 0.59 191.64 0.47 0.28
Hex 26 5C 69 40 C 0 3B C0 2F 1C
Octal 46 134 151 100 14 0 73 300 57 34
Binary 100110 1011100 1101001 1000000 1100 0 111011 11000000 101111 11100

Color Harmonies of #265C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265C69

Black with #265C69

Text Example


Text Example

White with #265C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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