Html Css Color HEX #228CBC Pelorous

📋 copy color: '#228CBC'

red 34 ◦ green 140 ◦ blue 188

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

Shades of Pelorous #228CBC

Tints of Pelorous #228CBC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.67%

 BLUE value IS 188 (73.83% from 255) = 51.93%

R = 9.39%
G = 38.67%
B = 51.93%

CMYK

 C value IS 0.82

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#228CBC (or 0x228CBC) is known color: Pelorous. HEX triplet: 22, 8C and BC. RGB value is (34,140,188). Sum of RGB (Red+Green+Blue) = 34+140+188=362 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.39% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #228CBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228CBC is #DD7343. Grayscale: #717171. Windows color (decimal): -14512964 or 12356642. OLE color: 12356642.

HSL color Cylindrical-coordinate representation of color #228CBC: hue angle of 198.7º degrees, saturation: 0.69, 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 #228CBC is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 34 140 188 -
CMYK 0.82 0.26 0 0.26
HSL 198.7º 0.69% 0.44% -
HSV(B) 198.7º 0.82% 0.74% -
XYZ 19.11 22.73 50.96 -
YUV 113.78 169.88 71.1 -
System Red Green Blue C M Y K H S L
Decimal 34 140 188 0.82 0.26 0 0.26 198.7 0.69 0.44
Hex 22 8C BC 52 1A 0 1A C7 45 2C
Octal 42 214 274 122 32 0 32 307 105 54
Binary 100010 10001100 10111100 1010010 11010 0 11010 11000111 1000101 101100

Color Harmonies of #228CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228CBC

Black with #228CBC

Text Example


Text Example

White with #228CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,140,188); }

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

background-color css

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

 a { background-color: rgb(34,140,188); }

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

border-color css

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

 span { border-color: rgb(34,140,188); }

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