Html Css Color HEX #2389AB Pelorous

📋 copy color: '#2389AB'

red 35 ◦ green 137 ◦ blue 171

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

Shades of Pelorous #2389AB

Tints of Pelorous #2389AB

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.94%

 BLUE value IS 171 (67.19% from 255) = 49.85%

R = 10.2%
G = 39.94%
B = 49.85%

CMYK

 C value IS 0.80

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2389AB (or 0x2389AB) is known color: Pelorous. HEX triplet: 23, 89 and AB. RGB value is (35,137,171). Sum of RGB (Red+Green+Blue) = 35+137+171=343 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.20% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #2389AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2389AB is #DC7654. Grayscale: #6E6E6E. Windows color (decimal): -14448213 or 11241763. OLE color: 11241763.

HSL color Cylindrical-coordinate representation of color #2389AB: hue angle of 195º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2389AB is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 137 171 -
CMYK 0.80 0.20 0 0.33
HSL 195º 0.66% 0.4% -
HSV(B) 195º 0.8% 0.67% -
XYZ 16.99 21.19 41.72 -
YUV 110.38 162.21 74.24 -
System Red Green Blue C M Y K H S L
Decimal 35 137 171 0.80 0.20 0 0.33 195 0.66 0.4
Hex 23 89 AB 50 14 0 21 C3 42 28
Octal 43 211 253 120 24 0 41 303 102 50
Binary 100011 10001001 10101011 1010000 10100 0 100001 11000011 1000010 101000

Color Harmonies of #2389AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2389AB

Black with #2389AB

Text Example


Text Example

White with #2389AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2389AB; }

 p { color: rgb(35,137,171); }

 H1.HeaderClassName
 {
   color: #2389AB;
 }
 .AnyTagClassName
 {
   color: #2389AB;
 }
</style>

background-color css

<style>
 a { background-color: #2389AB; }

 a { background-color: rgb(35,137,171); }

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

border-color css

<style>
 span { border-color: #2389AB; }

 span { border-color: rgb(35,137,171); }

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