Html Css Color HEX #288CBE Pelorous

📋 copy color: '#288CBE'

red 40 ◦ green 140 ◦ blue 190

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

Shades of Pelorous #288CBE

Tints of Pelorous #288CBE

RGB

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

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

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

R = 10.81%
G = 37.84%
B = 51.35%

CMYK

 C value IS 0.79

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#288CBE (or 0x288CBE) is known color: Pelorous. HEX triplet: 28, 8C and BE. RGB value is (40,140,190). Sum of RGB (Red+Green+Blue) = 40+140+190=370 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.81% from 370); Green value is 140 (55.08% from 255 or 37.84% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #288CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288CBE is #D77341. Grayscale: #737373. Windows color (decimal): -14119746 or 12487720. OLE color: 12487720.

HSL color Cylindrical-coordinate representation of color #288CBE: hue angle of 200º 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 #288CBE is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 40 140 190 -
CMYK 0.79 0.26 0 0.25
HSL 200º 0.65% 0.45% -
HSV(B) 200º 0.79% 0.75% -
XYZ 19.55 22.92 52.11 -
YUV 115.8 169.87 73.93 -
System Red Green Blue C M Y K H S L
Decimal 40 140 190 0.79 0.26 0 0.25 200 0.65 0.45
Hex 28 8C BE 4F 1A 0 19 C8 41 2D
Octal 50 214 276 117 32 0 31 310 101 55
Binary 101000 10001100 10111110 1001111 11010 0 11001 11001000 1000001 101101

Color Harmonies of #288CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288CBE

Black with #288CBE

Text Example


Text Example

White with #288CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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