Html Css Color HEX #2390AA Pelorous

📋 copy color: '#2390AA'

red 35 ◦ green 144 ◦ blue 170

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

Shades of Pelorous #2390AA

Tints of Pelorous #2390AA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.26%

 BLUE value IS 170 (66.8% from 255) = 48.71%

R = 10.03%
G = 41.26%
B = 48.71%

CMYK

 C value IS 0.79

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2390AA (or 0x2390AA) is known color: Pelorous. HEX triplet: 23, 90 and AA. RGB value is (35,144,170). Sum of RGB (Red+Green+Blue) = 35+144+170=349 (46% of max value = 765). Red value is 35 (14.06% from 255 or 10.03% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #2390AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2390AA is #DC6F55. Grayscale: #727272. Windows color (decimal): -14446422 or 11178019. OLE color: 11178019.

HSL color Cylindrical-coordinate representation of color #2390AA: hue angle of 191.56º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2390AA is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 144 170 -
CMYK 0.79 0.15 0 0.33
HSL 191.56º 0.66% 0.4% -
HSV(B) 191.56º 0.79% 0.67% -
XYZ 17.92 23.21 41.56 -
YUV 114.37 159.39 71.39 -
System Red Green Blue C M Y K H S L
Decimal 35 144 170 0.79 0.15 0 0.33 191.56 0.66 0.4
Hex 23 90 AA 4F F 0 21 C0 42 28
Octal 43 220 252 117 17 0 41 300 102 50
Binary 100011 10010000 10101010 1001111 1111 0 100001 11000000 1000010 101000

Color Harmonies of #2390AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2390AA

Black with #2390AA

Text Example


Text Example

White with #2390AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2390AA; }

 p { color: rgb(35,144,170); }

 H1.HeaderClassName
 {
   color: #2390AA;
 }
 .AnyTagClassName
 {
   color: #2390AA;
 }
</style>

background-color css

<style>
 a { background-color: #2390AA; }

 a { background-color: rgb(35,144,170); }

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

border-color css

<style>
 span { border-color: #2390AA; }

 span { border-color: rgb(35,144,170); }

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