Html Css Color HEX #245C80 Bahama Blue

📋 copy color: '#245C80'

red 36 ◦ green 92 ◦ blue 128

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

Shades of Bahama Blue #245C80

Tints of Bahama Blue #245C80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 50%

R = 14.06%
G = 35.94%
B = 50%

CMYK

 C value IS 0.72

 M value IS 0.28

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#245C80 (or 0x245C80) is known color: Bahama Blue. HEX triplet: 24, 5C and 80. RGB value is (36,92,128). Sum of RGB (Red+Green+Blue) = 36+92+128=256 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.06% from 256); Green value is 92 (36.33% from 255 or 35.94% from 256); Blue value is 128 (50.39% from 255 or 50% from 256); Max value from RGB is 128 - color contains mainly: blue. Hex color #245C80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245C80 is #DBA37F. Grayscale: #4F4F4F. Windows color (decimal): -14394240 or 8412196. OLE color: 8412196.

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

Color convert

RGB 36 92 128 -
CMYK 0.72 0.28 0 0.50
HSL 203.48º 0.56% 0.32% -
HSV(B) 203.48º 0.72% 0.5% -
XYZ 8.45 9.59 21.83 -
YUV 79.36 155.45 97.07 -
System Red Green Blue C M Y K H S L
Decimal 36 92 128 0.72 0.28 0 0.50 203.48 0.56 0.32
Hex 24 5C 80 48 1C 0 32 CB 38 20
Octal 44 134 200 110 34 0 62 313 70 40
Binary 100100 1011100 10000000 1001000 11100 0 110010 11001011 111000 100000

Color Harmonies of #245C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245C80

Black with #245C80

Text Example


Text Example

White with #245C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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