#235479

Color #235479 Bahama Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahama Blue #235479

Tints of Bahama Blue #235479

Color information

#235479 (or 0x235479) is unknown color: approx Bahama Blue. HEX triplet: 23, 54 and 79. RGB value is (35,84,121). Sum of RGB (Red+Green+Blue) = 35+84+121=240 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.58% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 121 (47.66% from 255 or 50.42% from 240); Max value from RGB is 121 - color contains mainly: blue. Hex color #235479 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235479 is #DCAB86. Grayscale: #494949. Windows color (decimal): -14461831 or 7951395. OLE color: 7951395.

HSL color Cylindrical-coordinate representation of color #235479: hue angle of 205.81º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #235479 is Cyan = 0.71, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3584121-
CMYK0.710.3100.53
HSL205.81º55.13%30.59%-
HSV(B)205.81º71.07%47.45%-
XYZ7.318.0819.26-
YUV73.57154.77100.49-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.58%
GREEN value IS 84 (33.20% from 255) = 35%
BLUE value IS 121 (47.66% from 255) = 50.42%
R=14.58%
G=35%
B=50.42%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal35841210.710.3100.53205.8155.1330.59
Hex235479471F035ce371f
Octal43124171107370653166737
Binary1000111010100111100110001111111101101011100111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235479; }

 p { color: rgb(35,84,121); }

 H1.HeaderClassName
 {
   color: #235479;
 }
 .AnyTagClassName
 {
   color: #235479;
 }
</style>
background-color css

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

 a { background-color: rgb(35,84,121); }

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

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

 span { border-color: rgb(35,84,121); }

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