Html Css Color HEX #245381 Bahama Blue

📋 copy color: '#245381'

red 36 ◦ green 83 ◦ blue 129

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

Shades of Bahama Blue #245381

Tints of Bahama Blue #245381

RGB

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

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

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

R = 14.52%
G = 33.47%
B = 52.02%

CMYK

 C value IS 0.72

 M value IS 0.36

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#245381 (or 0x245381) is known color: Bahama Blue. HEX triplet: 24, 53 and 81. RGB value is (36,83,129). Sum of RGB (Red+Green+Blue) = 36+83+129=248 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.52% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 129 (50.78% from 255 or 52.02% from 248); Max value from RGB is 129 - color contains mainly: blue. Hex color #245381 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245381 is #DBAC7E. Grayscale: #494949. Windows color (decimal): -14396543 or 8475428. OLE color: 8475428.

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

Color convert

RGB 36 83 129 -
CMYK 0.72 0.36 0 0.49
HSL 209.68º 0.56% 0.32% -
HSV(B) 209.68º 0.72% 0.51% -
XYZ 7.78 8.15 21.93 -
YUV 74.19 158.93 100.76 -
System Red Green Blue C M Y K H S L
Decimal 36 83 129 0.72 0.36 0 0.49 209.68 0.56 0.32
Hex 24 53 81 48 24 0 31 D2 38 20
Octal 44 123 201 110 44 0 61 322 70 40
Binary 100100 1010011 10000001 1001000 100100 0 110001 11010010 111000 100000

Color Harmonies of #245381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245381

Black with #245381

Text Example


Text Example

White with #245381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245381; }

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

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

background-color css

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

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

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

border-color css

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

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

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