Html Css Color HEX #2390CC Pelorous

📋 copy color: '#2390CC'

red 35 ◦ green 144 ◦ blue 204

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

Shades of Pelorous #2390CC

Tints of Pelorous #2390CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.26%

R = 9.14%
G = 37.6%
B = 53.26%

CMYK

 C value IS 0.83

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2390CC (or 0x2390CC) is known color: Pelorous. HEX triplet: 23, 90 and CC. RGB value is (35,144,204). Sum of RGB (Red+Green+Blue) = 35+144+204=383 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.14% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #2390CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2390CC is #DC6F33. Grayscale: #757575. Windows color (decimal): -14446388 or 13406243. OLE color: 13406243.

HSL color Cylindrical-coordinate representation of color #2390CC: hue angle of 201.3º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2390CC is Cyan = 0.83, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 35 144 204 -
CMYK 0.83 0.29 0 0.2
HSL 201.3º 0.71% 0.47% -
HSV(B) 201.3º 0.83% 0.8% -
XYZ 21.57 24.66 60.75 -
YUV 118.25 176.39 68.62 -
System Red Green Blue C M Y K H S L
Decimal 35 144 204 0.83 0.29 0 0.2 201.3 0.71 0.47
Hex 23 90 CC 53 1D 0 14 C9 47 2F
Octal 43 220 314 123 35 0 24 311 107 57
Binary 100011 10010000 11001100 1010011 11101 0 10100 11001001 1000111 101111

Color Harmonies of #2390CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2390CC

Black with #2390CC

Text Example


Text Example

White with #2390CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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