Html Css Color HEX #2388BB Pelorous

📋 copy color: '#2388BB'

red 35 ◦ green 136 ◦ blue 187

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

Shades of Pelorous #2388BB

Tints of Pelorous #2388BB

RGB

 RED value IS 35 (14.06% from 255) = 9.78%

 GREEN value IS 136 (53.52% from 255) = 37.99%

 BLUE value IS 187 (73.44% from 255) = 52.23%

R = 9.78%
G = 37.99%
B = 52.23%

CMYK

 C value IS 0.81

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2388BB (or 0x2388BB) is known color: Pelorous. HEX triplet: 23, 88 and BB. RGB value is (35,136,187). Sum of RGB (Red+Green+Blue) = 35+136+187=358 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.78% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 187 (73.44% from 255 or 52.23% from 358); Max value from RGB is 187 - color contains mainly: blue. Hex color #2388BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2388BB is #DC7744. Grayscale: #6F6F6F. Windows color (decimal): -14448453 or 12290083. OLE color: 12290083.

HSL color Cylindrical-coordinate representation of color #2388BB: hue angle of 200.13º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2388BB is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 35 136 187 -
CMYK 0.81 0.27 0 0.27
HSL 200.13º 0.68% 0.44% -
HSV(B) 200.13º 0.81% 0.73% -
XYZ 18.47 21.55 50.2 -
YUV 111.62 170.54 73.35 -
System Red Green Blue C M Y K H S L
Decimal 35 136 187 0.81 0.27 0 0.27 200.13 0.68 0.44
Hex 23 88 BB 51 1B 0 1B C8 44 2C
Octal 43 210 273 121 33 0 33 310 104 54
Binary 100011 10001000 10111011 1010001 11011 0 11011 11001000 1000100 101100

Color Harmonies of #2388BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2388BB

Black with #2388BB

Text Example


Text Example

White with #2388BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2388BB; }

 p { color: rgb(35,136,187); }

 H1.HeaderClassName
 {
   color: #2388BB;
 }
 .AnyTagClassName
 {
   color: #2388BB;
 }
</style>

background-color css

<style>
 a { background-color: #2388BB; }

 a { background-color: rgb(35,136,187); }

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

border-color css

<style>
 span { border-color: #2388BB; }

 span { border-color: rgb(35,136,187); }

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