Html Css Color HEX #2389BE Pelorous

📋 copy color: '#2389BE'

red 35 ◦ green 137 ◦ blue 190

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

Shades of Pelorous #2389BE

Tints of Pelorous #2389BE

RGB

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

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

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

R = 9.67%
G = 37.85%
B = 52.49%

CMYK

 C value IS 0.82

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2389BE (or 0x2389BE) is known color: Pelorous. HEX triplet: 23, 89 and BE. RGB value is (35,137,190). Sum of RGB (Red+Green+Blue) = 35+137+190=362 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.67% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #2389BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2389BE is #DC7641. Grayscale: #707070. Windows color (decimal): -14448194 or 12486947. OLE color: 12486947.

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

Color convert

RGB 35 137 190 -
CMYK 0.82 0.28 0 0.25
HSL 200.52º 0.69% 0.44% -
HSV(B) 200.52º 0.82% 0.75% -
XYZ 18.93 21.97 51.96 -
YUV 112.54 171.71 72.69 -
System Red Green Blue C M Y K H S L
Decimal 35 137 190 0.82 0.28 0 0.25 200.52 0.69 0.44
Hex 23 89 BE 52 1C 0 19 C9 45 2C
Octal 43 211 276 122 34 0 31 311 105 54
Binary 100011 10001001 10111110 1010010 11100 0 11001 11001001 1000101 101100

Color Harmonies of #2389BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2389BE

Black with #2389BE

Text Example


Text Example

White with #2389BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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