Html Css Color HEX #2388BE Pelorous

📋 copy color: '#2388BE'

red 35 ◦ green 136 ◦ blue 190

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

Shades of Pelorous #2388BE

Tints of Pelorous #2388BE

RGB

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

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

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

R = 9.7%
G = 37.67%
B = 52.63%

CMYK

 C value IS 0.82

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2388BE (or 0x2388BE) is known color: Pelorous. HEX triplet: 23, 88 and BE. RGB value is (35,136,190). Sum of RGB (Red+Green+Blue) = 35+136+190=361 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.70% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #2388BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2388BE is #DC7741. Grayscale: #6F6F6F. Windows color (decimal): -14448450 or 12486691. OLE color: 12486691.

HSL color Cylindrical-coordinate representation of color #2388BE: hue angle of 200.9º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2388BE is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 35 136 190 -
CMYK 0.82 0.28 0 0.25
HSL 200.9º 0.69% 0.44% -
HSV(B) 200.9º 0.82% 0.75% -
XYZ 18.79 21.68 51.91 -
YUV 111.96 172.04 73.11 -
System Red Green Blue C M Y K H S L
Decimal 35 136 190 0.82 0.28 0 0.25 200.9 0.69 0.44
Hex 23 88 BE 52 1C 0 19 C9 45 2C
Octal 43 210 276 122 34 0 31 311 105 54
Binary 100011 10001000 10111110 1010010 11100 0 11001 11001001 1000101 101100

Color Harmonies of #2388BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2388BE

Black with #2388BE

Text Example


Text Example

White with #2388BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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