Html Css Color HEX #235983 Bahama Blue

📋 copy color: '#235983'

red 35 ◦ green 89 ◦ blue 131

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

Shades of Bahama Blue #235983

Tints of Bahama Blue #235983

RGB

 RED value IS 35 (14.06% from 255) = 13.73%

 GREEN value IS 89 (35.16% from 255) = 34.9%

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

R = 13.73%
G = 34.9%
B = 51.37%

CMYK

 C value IS 0.73

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#235983 (or 0x235983) is known color: Bahama Blue. HEX triplet: 23, 59 and 83. RGB value is (35,89,131). Sum of RGB (Red+Green+Blue) = 35+89+131=255 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.73% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 131 (51.56% from 255 or 51.37% from 255); Max value from RGB is 131 - color contains mainly: blue. Hex color #235983 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235983 is #DCA67C. Grayscale: #4D4D4D. Windows color (decimal): -14460541 or 8608035. OLE color: 8608035.

HSL color Cylindrical-coordinate representation of color #235983: hue angle of 206.25º degrees, saturation: 0.58, 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 #235983 is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 35 89 131 -
CMYK 0.73 0.32 0 0.49
HSL 206.25º 0.58% 0.33% -
HSV(B) 206.25º 0.73% 0.51% -
XYZ 8.36 9.14 22.8 -
YUV 77.64 158.11 97.58 -
System Red Green Blue C M Y K H S L
Decimal 35 89 131 0.73 0.32 0 0.49 206.25 0.58 0.33
Hex 23 59 83 49 20 0 31 CE 3A 21
Octal 43 131 203 111 40 0 61 316 72 41
Binary 100011 1011001 10000011 1001001 100000 0 110001 11001110 111010 100001

Color Harmonies of #235983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235983

Black with #235983

Text Example


Text Example

White with #235983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235983; }

 p { color: rgb(35,89,131); }

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

background-color css

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

 a { background-color: rgb(35,89,131); }

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

border-color css

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

 span { border-color: rgb(35,89,131); }

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