Html Css Color HEX #2397BE Pelorous

📋 copy color: '#2397BE'

red 35 ◦ green 151 ◦ blue 190

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

Shades of Pelorous #2397BE

Tints of Pelorous #2397BE

RGB

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

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

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

R = 9.31%
G = 40.16%
B = 50.53%

CMYK

 C value IS 0.82

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2397BE (or 0x2397BE) is known color: Pelorous. HEX triplet: 23, 97 and BE. RGB value is (35,151,190). Sum of RGB (Red+Green+Blue) = 35+151+190=376 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.31% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #2397BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2397BE is #DC6841. Grayscale: #787878. Windows color (decimal): -14444610 or 12490531. OLE color: 12490531.

HSL color Cylindrical-coordinate representation of color #2397BE: hue angle of 195.1º 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 #2397BE is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 35 151 190 -
CMYK 0.82 0.21 0 0.25
HSL 195.1º 0.69% 0.44% -
HSV(B) 195.1º 0.82% 0.75% -
XYZ 21.05 26.21 52.66 -
YUV 120.76 167.07 66.83 -
System Red Green Blue C M Y K H S L
Decimal 35 151 190 0.82 0.21 0 0.25 195.1 0.69 0.44
Hex 23 97 BE 52 15 0 19 C3 45 2C
Octal 43 227 276 122 25 0 31 303 105 54
Binary 100011 10010111 10111110 1010010 10101 0 11001 11000011 1000101 101100

Color Harmonies of #2397BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2397BE

Black with #2397BE

Text Example


Text Example

White with #2397BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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