Html Css Color HEX #2398AB Pelorous

📋 copy color: '#2398AB'

red 35 ◦ green 152 ◦ blue 171

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

Shades of Pelorous #2398AB

Tints of Pelorous #2398AB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.46%

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

R = 9.78%
G = 42.46%
B = 47.77%

CMYK

 C value IS 0.80

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2398AB (or 0x2398AB) is known color: Pelorous. HEX triplet: 23, 98 and AB. RGB value is (35,152,171). Sum of RGB (Red+Green+Blue) = 35+152+171=358 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.78% from 358); Green value is 152 (59.77% from 255 or 42.46% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #2398AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2398AB is #DC6754. Grayscale: #767676. Windows color (decimal): -14444373 or 11245603. OLE color: 11245603.

HSL color Cylindrical-coordinate representation of color #2398AB: hue angle of 188.38º 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 #2398AB is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 152 171 -
CMYK 0.80 0.11 0 0.33
HSL 188.38º 0.66% 0.4% -
HSV(B) 188.38º 0.8% 0.67% -
XYZ 19.27 25.75 42.48 -
YUV 119.18 157.24 67.96 -
System Red Green Blue C M Y K H S L
Decimal 35 152 171 0.80 0.11 0 0.33 188.38 0.66 0.4
Hex 23 98 AB 50 B 0 21 BC 42 28
Octal 43 230 253 120 13 0 41 274 102 50
Binary 100011 10011000 10101011 1010000 1011 0 100001 10111100 1000010 101000

Color Harmonies of #2398AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2398AB

Black with #2398AB

Text Example


Text Example

White with #2398AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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