Html Css Color HEX #288BAF Pelorous

📋 copy color: '#288BAF'

red 40 ◦ green 139 ◦ blue 175

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

Shades of Pelorous #288BAF

Tints of Pelorous #288BAF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.27%

 BLUE value IS 175 (68.75% from 255) = 49.44%

R = 11.3%
G = 39.27%
B = 49.44%

CMYK

 C value IS 0.77

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#288BAF (or 0x288BAF) is known color: Pelorous. HEX triplet: 28, 8B and AF. RGB value is (40,139,175). Sum of RGB (Red+Green+Blue) = 40+139+175=354 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.30% from 354); Green value is 139 (54.69% from 255 or 39.27% from 354); Blue value is 175 (68.75% from 255 or 49.44% from 354); Max value from RGB is 175 - color contains mainly: blue. Hex color #288BAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288BAF is #D77450. Grayscale: #717171. Windows color (decimal): -14120017 or 11504424. OLE color: 11504424.

HSL color Cylindrical-coordinate representation of color #288BAF: hue angle of 196º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #288BAF is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 40 139 175 -
CMYK 0.77 0.21 0 0.31
HSL 196º 0.63% 0.42% -
HSV(B) 196º 0.77% 0.69% -
XYZ 17.85 22.01 43.87 -
YUV 113.5 162.7 75.57 -
System Red Green Blue C M Y K H S L
Decimal 40 139 175 0.77 0.21 0 0.31 196 0.63 0.42
Hex 28 8B AF 4D 15 0 1F C4 3F 2A
Octal 50 213 257 115 25 0 37 304 77 52
Binary 101000 10001011 10101111 1001101 10101 0 11111 11000100 111111 101010

Color Harmonies of #288BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288BAF

Black with #288BAF

Text Example


Text Example

White with #288BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,139,175); }

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

background-color css

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

 a { background-color: rgb(40,139,175); }

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

border-color css

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

 span { border-color: rgb(40,139,175); }

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