Html Css Color HEX #288BBE Pelorous

📋 copy color: '#288BBE'

red 40 ◦ green 139 ◦ blue 190

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

Shades of Pelorous #288BBE

Tints of Pelorous #288BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.49%

R = 10.84%
G = 37.67%
B = 51.49%

CMYK

 C value IS 0.79

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#288BBE (or 0x288BBE) is known color: Pelorous. HEX triplet: 28, 8B and BE. RGB value is (40,139,190). Sum of RGB (Red+Green+Blue) = 40+139+190=369 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.84% from 369); Green value is 139 (54.69% from 255 or 37.67% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #288BBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288BBE is #D77441. Grayscale: #727272. Windows color (decimal): -14120002 or 12487464. OLE color: 12487464.

HSL color Cylindrical-coordinate representation of color #288BBE: hue angle of 200.4º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #288BBE is Cyan = 0.79, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 40 139 190 -
CMYK 0.79 0.27 0 0.25
HSL 200.4º 0.65% 0.45% -
HSV(B) 200.4º 0.79% 0.75% -
XYZ 19.4 22.63 52.06 -
YUV 115.21 170.2 74.35 -
System Red Green Blue C M Y K H S L
Decimal 40 139 190 0.79 0.27 0 0.25 200.4 0.65 0.45
Hex 28 8B BE 4F 1B 0 19 C8 41 2D
Octal 50 213 276 117 33 0 31 310 101 55
Binary 101000 10001011 10111110 1001111 11011 0 11001 11001000 1000001 101101

Color Harmonies of #288BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288BBE

Black with #288BBE

Text Example


Text Example

White with #288BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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