Html Css Color HEX #2389BD Pelorous

📋 copy color: '#2389BD'

red 35 ◦ green 137 ◦ blue 189

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

Shades of Pelorous #2389BD

Tints of Pelorous #2389BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.35%

R = 9.7%
G = 37.95%
B = 52.35%

CMYK

 C value IS 0.81

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2389BD (or 0x2389BD) is known color: Pelorous. HEX triplet: 23, 89 and BD. RGB value is (35,137,189). Sum of RGB (Red+Green+Blue) = 35+137+189=361 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.70% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #2389BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2389BD is #DC7642. Grayscale: #707070. Windows color (decimal): -14448195 or 12421411. OLE color: 12421411.

HSL color Cylindrical-coordinate representation of color #2389BD: hue angle of 200.26º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2389BD is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 35 137 189 -
CMYK 0.81 0.28 0 0.26
HSL 200.26º 0.69% 0.44% -
HSV(B) 200.26º 0.81% 0.74% -
XYZ 18.82 21.92 51.38 -
YUV 112.43 171.21 72.77 -
System Red Green Blue C M Y K H S L
Decimal 35 137 189 0.81 0.28 0 0.26 200.26 0.69 0.44
Hex 23 89 BD 51 1C 0 1A C8 45 2C
Octal 43 211 275 121 34 0 32 310 105 54
Binary 100011 10001001 10111101 1010001 11100 0 11010 11001000 1000101 101100

Color Harmonies of #2389BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2389BD

Black with #2389BD

Text Example


Text Example

White with #2389BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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