Html Css Color HEX #265468 Chathams Blue

📋 copy color: '#265468'

red 38 ◦ green 84 ◦ blue 104

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

Shades of Chathams Blue #265468

Tints of Chathams Blue #265468

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37.17%

 BLUE value IS 104 (41.02% from 255) = 46.02%

R = 16.81%
G = 37.17%
B = 46.02%

CMYK

 C value IS 0.63

 M value IS 0.19

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#265468 (or 0x265468) is known color: Chathams Blue. HEX triplet: 26, 54 and 68. RGB value is (38,84,104). Sum of RGB (Red+Green+Blue) = 38+84+104=226 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.81% from 226); Green value is 84 (33.20% from 255 or 37.17% from 226); Blue value is 104 (41.02% from 255 or 46.02% from 226); Max value from RGB is 104 - color contains mainly: blue. Hex color #265468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265468 is #D9AB97. Grayscale: #484848. Windows color (decimal): -14265240 or 6837286. OLE color: 6837286.

HSL color Cylindrical-coordinate representation of color #265468: hue angle of 198.18º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #265468 is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 38 84 104 -
CMYK 0.63 0.19 0 0.59
HSL 198.18º 0.46% 0.28% -
HSV(B) 198.18º 0.63% 0.41% -
XYZ 6.47 7.75 14.25 -
YUV 72.53 145.76 103.37 -
System Red Green Blue C M Y K H S L
Decimal 38 84 104 0.63 0.19 0 0.59 198.18 0.46 0.28
Hex 26 54 68 3F 13 0 3B C6 2E 1C
Octal 46 124 150 77 23 0 73 306 56 34
Binary 100110 1010100 1101000 111111 10011 0 111011 11000110 101110 11100

Color Harmonies of #265468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265468

Black with #265468

Text Example


Text Example

White with #265468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265468; }

 p { color: rgb(38,84,104); }

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

background-color css

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

 a { background-color: rgb(38,84,104); }

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

border-color css

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

 span { border-color: rgb(38,84,104); }

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