Html Css Color HEX #228ABA Pelorous

📋 copy color: '#228ABA'

red 34 ◦ green 138 ◦ blue 186

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

Shades of Pelorous #228ABA

Tints of Pelorous #228ABA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.55%

 BLUE value IS 186 (73.05% from 255) = 51.96%

R = 9.5%
G = 38.55%
B = 51.96%

CMYK

 C value IS 0.82

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#228ABA (or 0x228ABA) is known color: Pelorous. HEX triplet: 22, 8A and BA. RGB value is (34,138,186). Sum of RGB (Red+Green+Blue) = 34+138+186=358 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.50% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #228ABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228ABA is #DD7545. Grayscale: #707070. Windows color (decimal): -14513478 or 12225058. OLE color: 12225058.

HSL color Cylindrical-coordinate representation of color #228ABA: hue angle of 198.95º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #228ABA is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 34 138 186 -
CMYK 0.82 0.26 0 0.27
HSL 198.95º 0.69% 0.43% -
HSV(B) 198.95º 0.82% 0.73% -
XYZ 18.61 22.06 49.73 -
YUV 112.38 169.54 72.1 -
System Red Green Blue C M Y K H S L
Decimal 34 138 186 0.82 0.26 0 0.27 198.95 0.69 0.43
Hex 22 8A BA 52 1A 0 1B C7 45 2B
Octal 42 212 272 122 32 0 33 307 105 53
Binary 100010 10001010 10111010 1010010 11010 0 11011 11000111 1000101 101011

Color Harmonies of #228ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228ABA

Black with #228ABA

Text Example


Text Example

White with #228ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228ABA; }

 p { color: rgb(34,138,186); }

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

background-color css

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

 a { background-color: rgb(34,138,186); }

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

border-color css

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

 span { border-color: rgb(34,138,186); }

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