Html Css Color HEX #2390C4 Pelorous

📋 copy color: '#2390C4'

red 35 ◦ green 144 ◦ blue 196

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

Shades of Pelorous #2390C4

Tints of Pelorous #2390C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 52.27%

R = 9.33%
G = 38.4%
B = 52.27%

CMYK

 C value IS 0.82

 M value IS 0.27

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#2390C4 (or 0x2390C4) is known color: Pelorous. HEX triplet: 23, 90 and C4. RGB value is (35,144,196). Sum of RGB (Red+Green+Blue) = 35+144+196=375 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.33% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 196 (76.95% from 255 or 52.27% from 375); Max value from RGB is 196 - color contains mainly: blue. Hex color #2390C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2390C4 is #DC6F3B. Grayscale: #757575. Windows color (decimal): -14446396 or 12881955. OLE color: 12881955.

HSL color Cylindrical-coordinate representation of color #2390C4: hue angle of 199.38º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2390C4 is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 35 144 196 -
CMYK 0.82 0.27 0 0.23
HSL 199.38º 0.7% 0.45% -
HSV(B) 199.38º 0.82% 0.77% -
XYZ 20.63 24.29 55.83 -
YUV 117.34 172.39 69.27 -
System Red Green Blue C M Y K H S L
Decimal 35 144 196 0.82 0.27 0 0.23 199.38 0.7 0.45
Hex 23 90 C4 52 1B 0 17 C7 46 2D
Octal 43 220 304 122 33 0 27 307 106 55
Binary 100011 10010000 11000100 1010010 11011 0 10111 11000111 1000110 101101

Color Harmonies of #2390C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2390C4

Black with #2390C4

Text Example


Text Example

White with #2390C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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