Html Css Color HEX #2388AD Pelorous

📋 copy color: '#2388AD'

red 35 ◦ green 136 ◦ blue 173

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

Shades of Pelorous #2388AD

Tints of Pelorous #2388AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 50.29%

R = 10.17%
G = 39.53%
B = 50.29%

CMYK

 C value IS 0.80

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2388AD (or 0x2388AD) is known color: Pelorous. HEX triplet: 23, 88 and AD. RGB value is (35,136,173). Sum of RGB (Red+Green+Blue) = 35+136+173=344 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.17% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 173 (67.97% from 255 or 50.29% from 344); Max value from RGB is 173 - color contains mainly: blue. Hex color #2388AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2388AD is #DC7752. Grayscale: #6D6D6D. Windows color (decimal): -14448467 or 11372579. OLE color: 11372579.

HSL color Cylindrical-coordinate representation of color #2388AD: hue angle of 196.09º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2388AD is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 35 136 173 -
CMYK 0.80 0.21 0 0.32
HSL 196.09º 0.66% 0.41% -
HSV(B) 196.09º 0.8% 0.68% -
XYZ 17.04 20.98 42.69 -
YUV 110.02 163.54 74.49 -
System Red Green Blue C M Y K H S L
Decimal 35 136 173 0.80 0.21 0 0.32 196.09 0.66 0.41
Hex 23 88 AD 50 15 0 20 C4 42 29
Octal 43 210 255 120 25 0 40 304 102 51
Binary 100011 10001000 10101101 1010000 10101 0 100000 11000100 1000010 101001

Color Harmonies of #2388AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2388AD

Black with #2388AD

Text Example


Text Example

White with #2388AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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