Html Css Color HEX #228DB1 Pelorous

📋 copy color: '#228DB1'

red 34 ◦ green 141 ◦ blue 177

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

Shades of Pelorous #228DB1

Tints of Pelorous #228DB1

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.06%

 BLUE value IS 177 (69.53% from 255) = 50.28%

R = 9.66%
G = 40.06%
B = 50.28%

CMYK

 C value IS 0.81

 M value IS 0.20

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#228DB1 (or 0x228DB1) is known color: Pelorous. HEX triplet: 22, 8D and B1. RGB value is (34,141,177). Sum of RGB (Red+Green+Blue) = 34+141+177=352 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.66% from 352); Green value is 141 (55.47% from 255 or 40.06% from 352); Blue value is 177 (69.53% from 255 or 50.28% from 352); Max value from RGB is 177 - color contains mainly: blue. Hex color #228DB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228DB1 is #DD724E. Grayscale: #707070. Windows color (decimal): -14512719 or 11636002. OLE color: 11636002.

HSL color Cylindrical-coordinate representation of color #228DB1: hue angle of 195.1º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #228DB1 is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 34 141 177 -
CMYK 0.81 0.20 0 0.31
HSL 195.1º 0.68% 0.41% -
HSV(B) 195.1º 0.81% 0.69% -
XYZ 18.12 22.56 45 -
YUV 113.11 164.05 71.57 -
System Red Green Blue C M Y K H S L
Decimal 34 141 177 0.81 0.20 0 0.31 195.1 0.68 0.41
Hex 22 8D B1 51 14 0 1F C3 44 29
Octal 42 215 261 121 24 0 37 303 104 51
Binary 100010 10001101 10110001 1010001 10100 0 11111 11000011 1000100 101001

Color Harmonies of #228DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228DB1

Black with #228DB1

Text Example


Text Example

White with #228DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,141,177); }

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

background-color css

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

 a { background-color: rgb(34,141,177); }

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

border-color css

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

 span { border-color: rgb(34,141,177); }

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