Html Css Color HEX #225377 Bahama Blue

📋 copy color: '#225377'

red 34 ◦ green 83 ◦ blue 119

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

Shades of Bahama Blue #225377

Tints of Bahama Blue #225377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 50.42%

R = 14.41%
G = 35.17%
B = 50.42%

CMYK

 C value IS 0.71

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#225377 (or 0x225377) is known color: Bahama Blue. HEX triplet: 22, 53 and 77. RGB value is (34,83,119). Sum of RGB (Red+Green+Blue) = 34+83+119=236 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.41% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 119 (46.88% from 255 or 50.42% from 236); Max value from RGB is 119 - color contains mainly: blue. Hex color #225377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225377 is #DDAC88. Grayscale: #484848. Windows color (decimal): -14527625 or 7820066. OLE color: 7820066.

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

Color convert

RGB 34 83 119 -
CMYK 0.71 0.30 0 0.53
HSL 205.41º 0.56% 0.3% -
HSV(B) 205.41º 0.71% 0.47% -
XYZ 7.08 7.86 18.6 -
YUV 72.45 154.27 100.57 -
System Red Green Blue C M Y K H S L
Decimal 34 83 119 0.71 0.30 0 0.53 205.41 0.56 0.3
Hex 22 53 77 47 1E 0 35 CD 38 1E
Octal 42 123 167 107 36 0 65 315 70 36
Binary 100010 1010011 1110111 1000111 11110 0 110101 11001101 111000 11110

Color Harmonies of #225377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225377

Black with #225377

Text Example


Text Example

White with #225377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225377; }

 p { color: rgb(34,83,119); }

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

background-color css

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

 a { background-color: rgb(34,83,119); }

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

border-color css

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

 span { border-color: rgb(34,83,119); }

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