Html Css Color HEX #245081 Bahama Blue

📋 copy color: '#245081'

red 36 ◦ green 80 ◦ blue 129

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

Shades of Bahama Blue #245081

Tints of Bahama Blue #245081

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.65%

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

R = 14.69%
G = 32.65%
B = 52.65%

CMYK

 C value IS 0.72

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#245081 (or 0x245081) is known color: Bahama Blue. HEX triplet: 24, 50 and 81. RGB value is (36,80,129). Sum of RGB (Red+Green+Blue) = 36+80+129=245 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.69% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 129 (50.78% from 255 or 52.65% from 245); Max value from RGB is 129 - color contains mainly: blue. Hex color #245081 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245081 is #DBAF7E. Grayscale: #484848. Windows color (decimal): -14397311 or 8474660. OLE color: 8474660.

HSL color Cylindrical-coordinate representation of color #245081: hue angle of 211.61º 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 #245081 is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 36 80 129 -
CMYK 0.72 0.38 0 0.49
HSL 211.61º 0.56% 0.32% -
HSV(B) 211.61º 0.72% 0.51% -
XYZ 7.56 7.7 21.86 -
YUV 72.43 159.92 102.02 -
System Red Green Blue C M Y K H S L
Decimal 36 80 129 0.72 0.38 0 0.49 211.61 0.56 0.32
Hex 24 50 81 48 26 0 31 D4 38 20
Octal 44 120 201 110 46 0 61 324 70 40
Binary 100100 1010000 10000001 1001000 100110 0 110001 11010100 111000 100000

Color Harmonies of #245081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245081

Black with #245081

Text Example


Text Example

White with #245081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245081; }

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

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

background-color css

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

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

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

border-color css

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

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

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