Html Css Color HEX #288AB4 Pelorous

📋 copy color: '#288AB4'

red 40 ◦ green 138 ◦ blue 180

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

Shades of Pelorous #288AB4

Tints of Pelorous #288AB4

RGB

 RED value IS 40 (16.02% from 255) = 11.17%

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

 BLUE value IS 180 (70.7% from 255) = 50.28%

R = 11.17%
G = 38.55%
B = 50.28%

CMYK

 C value IS 0.78

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#288AB4 (or 0x288AB4) is known color: Pelorous. HEX triplet: 28, 8A and B4. RGB value is (40,138,180). Sum of RGB (Red+Green+Blue) = 40+138+180=358 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.17% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 180 (70.70% from 255 or 50.28% from 358); Max value from RGB is 180 - color contains mainly: blue. Hex color #288AB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288AB4 is #D7754B. Grayscale: #717171. Windows color (decimal): -14120268 or 11831848. OLE color: 11831848.

HSL color Cylindrical-coordinate representation of color #288AB4: hue angle of 198º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #288AB4 is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 40 138 180 -
CMYK 0.78 0.23 0 0.29
HSL 198º 0.64% 0.43% -
HSV(B) 198º 0.78% 0.71% -
XYZ 18.2 21.92 46.45 -
YUV 113.49 165.53 75.58 -
System Red Green Blue C M Y K H S L
Decimal 40 138 180 0.78 0.23 0 0.29 198 0.64 0.43
Hex 28 8A B4 4E 17 0 1D C6 40 2B
Octal 50 212 264 116 27 0 35 306 100 53
Binary 101000 10001010 10110100 1001110 10111 0 11101 11000110 1000000 101011

Color Harmonies of #288AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288AB4

Black with #288AB4

Text Example


Text Example

White with #288AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288AB4; }

 p { color: rgb(40,138,180); }

 H1.HeaderClassName
 {
   color: #288AB4;
 }
 .AnyTagClassName
 {
   color: #288AB4;
 }
</style>

background-color css

<style>
 a { background-color: #288AB4; }

 a { background-color: rgb(40,138,180); }

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

border-color css

<style>
 span { border-color: #288AB4; }

 span { border-color: rgb(40,138,180); }

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