Html Css Color HEX #2491CC Pelorous

📋 copy color: '#2491CC'

red 36 ◦ green 145 ◦ blue 204

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

Shades of Pelorous #2491CC

Tints of Pelorous #2491CC

RGB

 RED value IS 36 (14.45% from 255) = 9.35%

 GREEN value IS 145 (57.03% from 255) = 37.66%

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

R = 9.35%
G = 37.66%
B = 52.99%

CMYK

 C value IS 0.82

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2491CC (or 0x2491CC) is known color: Pelorous. HEX triplet: 24, 91 and CC. RGB value is (36,145,204). Sum of RGB (Red+Green+Blue) = 36+145+204=385 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.35% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #2491CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2491CC is #DB6E33. Grayscale: #767676. Windows color (decimal): -14380596 or 13406500. OLE color: 13406500.

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

Color convert

RGB 36 145 204 -
CMYK 0.82 0.29 0 0.2
HSL 201.07º 0.7% 0.47% -
HSV(B) 201.07º 0.82% 0.8% -
XYZ 21.75 24.99 60.8 -
YUV 119.14 175.89 68.7 -
System Red Green Blue C M Y K H S L
Decimal 36 145 204 0.82 0.29 0 0.2 201.07 0.7 0.47
Hex 24 91 CC 52 1D 0 14 C9 46 2F
Octal 44 221 314 122 35 0 24 311 106 57
Binary 100100 10010001 11001100 1010010 11101 0 10100 11001001 1000110 101111

Color Harmonies of #2491CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2491CC

Black with #2491CC

Text Example


Text Example

White with #2491CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,145,204); }

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

background-color css

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

 a { background-color: rgb(36,145,204); }

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

border-color css

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

 span { border-color: rgb(36,145,204); }

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