Html Css Color HEX #225E85 Bahama Blue

📋 copy color: '#225E85'

red 34 ◦ green 94 ◦ blue 133

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

Shades of Bahama Blue #225E85

Tints of Bahama Blue #225E85

RGB

 RED value IS 34 (13.67% from 255) = 13.03%

 GREEN value IS 94 (37.11% from 255) = 36.02%

 BLUE value IS 133 (52.34% from 255) = 50.96%

R = 13.03%
G = 36.02%
B = 50.96%

CMYK

 C value IS 0.74

 M value IS 0.29

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#225E85 (or 0x225E85) is known color: Bahama Blue. HEX triplet: 22, 5E and 85. RGB value is (34,94,133). Sum of RGB (Red+Green+Blue) = 34+94+133=261 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.03% from 261); Green value is 94 (37.11% from 255 or 36.02% from 261); Blue value is 133 (52.34% from 255 or 50.96% from 261); Max value from RGB is 133 - color contains mainly: blue. Hex color #225E85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225E85 is #DDA17A. Grayscale: #505050. Windows color (decimal): -14524795 or 8740386. OLE color: 8740386.

HSL color Cylindrical-coordinate representation of color #225E85: hue angle of 203.64º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #225E85 is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 34 94 133 -
CMYK 0.74 0.29 0 0.48
HSL 203.64º 0.59% 0.33% -
HSV(B) 203.64º 0.74% 0.52% -
XYZ 8.9 10.04 23.66 -
YUV 80.51 157.62 94.83 -
System Red Green Blue C M Y K H S L
Decimal 34 94 133 0.74 0.29 0 0.48 203.64 0.59 0.33
Hex 22 5E 85 4A 1D 0 30 CC 3B 21
Octal 42 136 205 112 35 0 60 314 73 41
Binary 100010 1011110 10000101 1001010 11101 0 110000 11001100 111011 100001

Color Harmonies of #225E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225E85

Black with #225E85

Text Example


Text Example

White with #225E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225E85; }

 p { color: rgb(34,94,133); }

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

background-color css

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

 a { background-color: rgb(34,94,133); }

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

border-color css

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

 span { border-color: rgb(34,94,133); }

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