Html Css Color HEX #225379 Bahama Blue

📋 copy color: '#225379'

red 34 ◦ green 83 ◦ blue 121

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

Shades of Bahama Blue #225379

Tints of Bahama Blue #225379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 50.84%

R = 14.29%
G = 34.87%
B = 50.84%

CMYK

 C value IS 0.72

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#225379 (or 0x225379) is known color: Bahama Blue. HEX triplet: 22, 53 and 79. RGB value is (34,83,121). Sum of RGB (Red+Green+Blue) = 34+83+121=238 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.29% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 121 (47.66% from 255 or 50.84% from 238); Max value from RGB is 121 - color contains mainly: blue. Hex color #225379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225379 is #DDAC86. Grayscale: #484848. Windows color (decimal): -14527623 or 7951138. OLE color: 7951138.

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

Color convert

RGB 34 83 121 -
CMYK 0.72 0.31 0 0.53
HSL 206.21º 0.56% 0.3% -
HSV(B) 206.21º 0.72% 0.47% -
XYZ 7.2 7.91 19.24 -
YUV 72.68 155.27 100.41 -
System Red Green Blue C M Y K H S L
Decimal 34 83 121 0.72 0.31 0 0.53 206.21 0.56 0.3
Hex 22 53 79 48 1F 0 35 CE 38 1E
Octal 42 123 171 110 37 0 65 316 70 36
Binary 100010 1010011 1111001 1001000 11111 0 110101 11001110 111000 11110

Color Harmonies of #225379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225379

Black with #225379

Text Example


Text Example

White with #225379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225379; }

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

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

background-color css

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

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

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

border-color css

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

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

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