Html Css Color HEX #245C81 Bahama Blue

📋 copy color: '#245C81'

red 36 ◦ green 92 ◦ blue 129

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

Shades of Bahama Blue #245C81

Tints of Bahama Blue #245C81

RGB

 RED value IS 36 (14.45% from 255) = 14.01%

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

 BLUE value IS 129 (50.78% from 255) = 50.19%

R = 14.01%
G = 35.8%
B = 50.19%

CMYK

 C value IS 0.72

 M value IS 0.29

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#245C81 (or 0x245C81) is known color: Bahama Blue. HEX triplet: 24, 5C and 81. RGB value is (36,92,129). Sum of RGB (Red+Green+Blue) = 36+92+129=257 (34% of max value = 765). Red value is 36 (14.45% from 255 or 14.01% from 257); Green value is 92 (36.33% from 255 or 35.80% from 257); Blue value is 129 (50.78% from 255 or 50.19% from 257); Max value from RGB is 129 - color contains mainly: blue. Hex color #245C81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245C81 is #DBA37E. Grayscale: #4F4F4F. Windows color (decimal): -14394239 or 8477732. OLE color: 8477732.

HSL color Cylindrical-coordinate representation of color #245C81: hue angle of 203.87º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #245C81 is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 36 92 129 -
CMYK 0.72 0.29 0 0.49
HSL 203.87º 0.56% 0.32% -
HSV(B) 203.87º 0.72% 0.51% -
XYZ 8.52 9.61 22.18 -
YUV 79.47 155.95 96.99 -
System Red Green Blue C M Y K H S L
Decimal 36 92 129 0.72 0.29 0 0.49 203.87 0.56 0.32
Hex 24 5C 81 48 1D 0 31 CC 38 20
Octal 44 134 201 110 35 0 61 314 70 40
Binary 100100 1011100 10000001 1001000 11101 0 110001 11001100 111000 100000

Color Harmonies of #245C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245C81

Black with #245C81

Text Example


Text Example

White with #245C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245C81; }

 p { color: rgb(36,92,129); }

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

background-color css

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

 a { background-color: rgb(36,92,129); }

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

border-color css

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

 span { border-color: rgb(36,92,129); }

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