Html Css Color HEX #228EBD Pelorous

📋 copy color: '#228EBD'

red 34 ◦ green 142 ◦ blue 189

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

Shades of Pelorous #228EBD

Tints of Pelorous #228EBD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.9%

 BLUE value IS 189 (74.22% from 255) = 51.78%

R = 9.32%
G = 38.9%
B = 51.78%

CMYK

 C value IS 0.82

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#228EBD (or 0x228EBD) is known color: Pelorous. HEX triplet: 22, 8E and BD. RGB value is (34,142,189). Sum of RGB (Red+Green+Blue) = 34+142+189=365 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.32% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 189 (74.22% from 255 or 51.78% from 365); Max value from RGB is 189 - color contains mainly: blue. Hex color #228EBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228EBD is #DD7142. Grayscale: #727272. Windows color (decimal): -14512451 or 12422690. OLE color: 12422690.

HSL color Cylindrical-coordinate representation of color #228EBD: hue angle of 198.19º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #228EBD is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 34 142 189 -
CMYK 0.82 0.25 0 0.26
HSL 198.19º 0.7% 0.44% -
HSV(B) 198.19º 0.82% 0.74% -
XYZ 19.52 23.36 51.62 -
YUV 115.07 169.72 70.18 -
System Red Green Blue C M Y K H S L
Decimal 34 142 189 0.82 0.25 0 0.26 198.19 0.7 0.44
Hex 22 8E BD 52 19 0 1A C6 46 2C
Octal 42 216 275 122 31 0 32 306 106 54
Binary 100010 10001110 10111101 1010010 11001 0 11010 11000110 1000110 101100

Color Harmonies of #228EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228EBD

Black with #228EBD

Text Example


Text Example

White with #228EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,142,189); }

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

background-color css

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

 a { background-color: rgb(34,142,189); }

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

border-color css

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

 span { border-color: rgb(34,142,189); }

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