Html Css Color HEX #245B7E Bahama Blue

📋 copy color: '#245B7E'

red 36 ◦ green 91 ◦ blue 126

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

Shades of Bahama Blue #245B7E

Tints of Bahama Blue #245B7E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.97%

 BLUE value IS 126 (49.61% from 255) = 49.8%

R = 14.23%
G = 35.97%
B = 49.8%

CMYK

 C value IS 0.71

 M value IS 0.28

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#245B7E (or 0x245B7E) is known color: Bahama Blue. HEX triplet: 24, 5B and 7E. RGB value is (36,91,126). Sum of RGB (Red+Green+Blue) = 36+91+126=253 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.23% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 126 (49.61% from 255 or 49.80% from 253); Max value from RGB is 126 - color contains mainly: blue. Hex color #245B7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245B7E is #DBA481. Grayscale: #4E4E4E. Windows color (decimal): -14394498 or 8280868. OLE color: 8280868.

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

Color convert

RGB 36 91 126 -
CMYK 0.71 0.28 0 0.51
HSL 203.33º 0.56% 0.32% -
HSV(B) 203.33º 0.71% 0.49% -
XYZ 8.23 9.36 21.11 -
YUV 78.55 154.78 97.65 -
System Red Green Blue C M Y K H S L
Decimal 36 91 126 0.71 0.28 0 0.51 203.33 0.56 0.32
Hex 24 5B 7E 47 1C 0 33 CB 38 20
Octal 44 133 176 107 34 0 63 313 70 40
Binary 100100 1011011 1111110 1000111 11100 0 110011 11001011 111000 100000

Color Harmonies of #245B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245B7E

Black with #245B7E

Text Example


Text Example

White with #245B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,91,126); }

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

background-color css

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

 a { background-color: rgb(36,91,126); }

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

border-color css

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

 span { border-color: rgb(36,91,126); }

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