Html Css Color HEX #265367 Chathams Blue

📋 copy color: '#265367'

red 38 ◦ green 83 ◦ blue 103

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

Shades of Chathams Blue #265367

Tints of Chathams Blue #265367

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.05%

 BLUE value IS 103 (40.63% from 255) = 45.98%

R = 16.96%
G = 37.05%
B = 45.98%

CMYK

 C value IS 0.63

 M value IS 0.19

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#265367 (or 0x265367) is known color: Chathams Blue. HEX triplet: 26, 53 and 67. RGB value is (38,83,103). Sum of RGB (Red+Green+Blue) = 38+83+103=224 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.96% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 103 (40.62% from 255 or 45.98% from 224); Max value from RGB is 103 - color contains mainly: blue. Hex color #265367 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265367 is #D9AC98. Grayscale: #474747. Windows color (decimal): -14265497 or 6771494. OLE color: 6771494.

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

Color convert

RGB 38 83 103 -
CMYK 0.63 0.19 0 0.60
HSL 198.46º 0.46% 0.28% -
HSV(B) 198.46º 0.63% 0.4% -
XYZ 6.34 7.58 13.96 -
YUV 71.83 145.59 103.87 -
System Red Green Blue C M Y K H S L
Decimal 38 83 103 0.63 0.19 0 0.60 198.46 0.46 0.28
Hex 26 53 67 3F 13 0 3C C6 2E 1C
Octal 46 123 147 77 23 0 74 306 56 34
Binary 100110 1010011 1100111 111111 10011 0 111100 11000110 101110 11100

Color Harmonies of #265367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265367

Black with #265367

Text Example


Text Example

White with #265367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265367; }

 p { color: rgb(38,83,103); }

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

background-color css

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

 a { background-color: rgb(38,83,103); }

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

border-color css

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

 span { border-color: rgb(38,83,103); }

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