Html Css Color HEX #245383 Bahama Blue

📋 copy color: '#245383'

red 36 ◦ green 83 ◦ blue 131

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

Shades of Bahama Blue #245383

Tints of Bahama Blue #245383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 52.4%

R = 14.4%
G = 33.2%
B = 52.4%

CMYK

 C value IS 0.73

 M value IS 0.37

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#245383 (or 0x245383) is known color: Bahama Blue. HEX triplet: 24, 53 and 83. RGB value is (36,83,131). Sum of RGB (Red+Green+Blue) = 36+83+131=250 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.4% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 131 (51.56% from 255 or 52.4% from 250); Max value from RGB is 131 - color contains mainly: blue. Hex color #245383 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245383 is #DBAC7C. Grayscale: #4A4A4A. Windows color (decimal): -14396541 or 8606500. OLE color: 8606500.

HSL color Cylindrical-coordinate representation of color #245383: hue angle of 210.32º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #245383 is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 36 83 131 -
CMYK 0.73 0.37 0 0.49
HSL 210.32º 0.57% 0.33% -
HSV(B) 210.32º 0.73% 0.51% -
XYZ 7.92 8.2 22.64 -
YUV 74.42 159.93 100.6 -
System Red Green Blue C M Y K H S L
Decimal 36 83 131 0.73 0.37 0 0.49 210.32 0.57 0.33
Hex 24 53 83 49 25 0 31 D2 39 21
Octal 44 123 203 111 45 0 61 322 71 41
Binary 100100 1010011 10000011 1001001 100101 0 110001 11010010 111001 100001

Color Harmonies of #245383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245383

Black with #245383

Text Example


Text Example

White with #245383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245383; }

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

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

background-color css

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

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

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

border-color css

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

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

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