Html Css Color HEX #227B88 Atoll

📋 copy color: '#227B88'

red 34 ◦ green 123 ◦ blue 136

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

Shades of Atoll #227B88

Tints of Atoll #227B88

RGB

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

 GREEN value IS 123 (48.44% from 255) = 41.98%

 BLUE value IS 136 (53.52% from 255) = 46.42%

R = 11.6%
G = 41.98%
B = 46.42%

CMYK

 C value IS 0.75

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#227B88 (or 0x227B88) is known color: Atoll. HEX triplet: 22, 7B and 88. RGB value is (34,123,136). Sum of RGB (Red+Green+Blue) = 34+123+136=293 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.60% from 293); Green value is 123 (48.44% from 255 or 41.98% from 293); Blue value is 136 (53.52% from 255 or 46.42% from 293); Max value from RGB is 136 - color contains mainly: blue. Hex color #227B88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227B88 is #DD8477. Grayscale: #616161. Windows color (decimal): -14517368 or 8944418. OLE color: 8944418.

HSL color Cylindrical-coordinate representation of color #227B88: hue angle of 187.65º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #227B88 is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 34 123 136 -
CMYK 0.75 0.10 0 0.47
HSL 187.65º 0.6% 0.33% -
HSV(B) 187.65º 0.75% 0.53% -
XYZ 12.19 16.28 25.79 -
YUV 97.87 149.51 82.44 -
System Red Green Blue C M Y K H S L
Decimal 34 123 136 0.75 0.10 0 0.47 187.65 0.6 0.33
Hex 22 7B 88 4B A 0 2F BC 3C 21
Octal 42 173 210 113 12 0 57 274 74 41
Binary 100010 1111011 10001000 1001011 1010 0 101111 10111100 111100 100001

Color Harmonies of #227B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227B88

Black with #227B88

Text Example


Text Example

White with #227B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227B88; }

 p { color: rgb(34,123,136); }

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

background-color css

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

 a { background-color: rgb(34,123,136); }

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

border-color css

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

 span { border-color: rgb(34,123,136); }

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