Html Css Color HEX #265469 Chathams Blue

📋 copy color: '#265469'

red 38 ◦ green 84 ◦ blue 105

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

Shades of Chathams Blue #265469

Tints of Chathams Blue #265469

RGB

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

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

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

R = 16.74%
G = 37%
B = 46.26%

CMYK

 C value IS 0.64

 M value IS 0.20

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#265469 (or 0x265469) is known color: Chathams Blue. HEX triplet: 26, 54 and 69. RGB value is (38,84,105). Sum of RGB (Red+Green+Blue) = 38+84+105=227 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.74% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 105 - color contains mainly: blue. Hex color #265469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265469 is #D9AB96. Grayscale: #484848. Windows color (decimal): -14265239 or 6902822. OLE color: 6902822.

HSL color Cylindrical-coordinate representation of color #265469: hue angle of 198.81º 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 #265469 is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 38 84 105 -
CMYK 0.64 0.20 0 0.59
HSL 198.81º 0.47% 0.28% -
HSV(B) 198.81º 0.64% 0.41% -
XYZ 6.52 7.77 14.52 -
YUV 72.64 146.26 103.29 -
System Red Green Blue C M Y K H S L
Decimal 38 84 105 0.64 0.20 0 0.59 198.81 0.47 0.28
Hex 26 54 69 40 14 0 3B C7 2F 1C
Octal 46 124 151 100 24 0 73 307 57 34
Binary 100110 1010100 1101001 1000000 10100 0 111011 11000111 101111 11100

Color Harmonies of #265469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265469

Black with #265469

Text Example


Text Example

White with #265469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265469; }

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

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

background-color css

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

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

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

border-color css

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

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

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