Html Css Color HEX #2397AB Pelorous

📋 copy color: '#2397AB'

red 35 ◦ green 151 ◦ blue 171

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

Shades of Pelorous #2397AB

Tints of Pelorous #2397AB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.3%

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

R = 9.8%
G = 42.3%
B = 47.9%

CMYK

 C value IS 0.80

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2397AB (or 0x2397AB) is known color: Pelorous. HEX triplet: 23, 97 and AB. RGB value is (35,151,171). Sum of RGB (Red+Green+Blue) = 35+151+171=357 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.80% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #2397AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2397AB is #DC6854. Grayscale: #767676. Windows color (decimal): -14444629 or 11245347. OLE color: 11245347.

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

Color convert

RGB 35 151 171 -
CMYK 0.80 0.12 0 0.33
HSL 188.82º 0.66% 0.4% -
HSV(B) 188.82º 0.8% 0.67% -
XYZ 19.11 25.43 42.43 -
YUV 118.6 157.57 68.37 -
System Red Green Blue C M Y K H S L
Decimal 35 151 171 0.80 0.12 0 0.33 188.82 0.66 0.4
Hex 23 97 AB 50 C 0 21 BD 42 28
Octal 43 227 253 120 14 0 41 275 102 50
Binary 100011 10010111 10101011 1010000 1100 0 100001 10111101 1000010 101000

Color Harmonies of #2397AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2397AB

Black with #2397AB

Text Example


Text Example

White with #2397AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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