Html Css Color HEX #305268 Chathams Blue

📋 copy color: '#305268'

red 48 ◦ green 82 ◦ blue 104

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

Shades of Chathams Blue #305268

Tints of Chathams Blue #305268

RGB

 RED value IS 48 (19.14% from 255) = 20.51%

 GREEN value IS 82 (32.42% from 255) = 35.04%

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

R = 20.51%
G = 35.04%
B = 44.44%

CMYK

 C value IS 0.54

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#305268 (or 0x305268) is known color: Chathams Blue. HEX triplet: 30, 52 and 68. RGB value is (48,82,104). Sum of RGB (Red+Green+Blue) = 48+82+104=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 104 - color contains mainly: blue. Hex color #305268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305268 is #CFAD97. Grayscale: #4A4A4A. Windows color (decimal): -13610392 or 6836784. OLE color: 6836784.

HSL color Cylindrical-coordinate representation of color #305268: hue angle of 203.57º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #305268 is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 48 82 104 -
CMYK 0.54 0.21 0 0.59
HSL 203.57º 0.37% 0.3% -
HSV(B) 203.57º 0.54% 0.41% -
XYZ 6.73 7.66 14.22 -
YUV 74.34 144.74 109.21 -
System Red Green Blue C M Y K H S L
Decimal 48 82 104 0.54 0.21 0 0.59 203.57 0.37 0.3
Hex 30 52 68 36 15 0 3B CC 25 1E
Octal 60 122 150 66 25 0 73 314 45 36
Binary 110000 1010010 1101000 110110 10101 0 111011 11001100 100101 11110

Color Harmonies of #305268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305268

Black with #305268

Text Example


Text Example

White with #305268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305268; }

 p { color: rgb(48,82,104); }

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

background-color css

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

 a { background-color: rgb(48,82,104); }

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

border-color css

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

 span { border-color: rgb(48,82,104); }

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