Html Css Color HEX #2492BC Pelorous

📋 copy color: '#2492BC'

red 36 ◦ green 146 ◦ blue 188

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

Shades of Pelorous #2492BC

Tints of Pelorous #2492BC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.46%

 BLUE value IS 188 (73.83% from 255) = 50.81%

R = 9.73%
G = 39.46%
B = 50.81%

CMYK

 C value IS 0.81

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2492BC (or 0x2492BC) is known color: Pelorous. HEX triplet: 24, 92 and BC. RGB value is (36,146,188). Sum of RGB (Red+Green+Blue) = 36+146+188=370 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.73% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #2492BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2492BC is #DB6D43. Grayscale: #757575. Windows color (decimal): -14380356 or 12358180. OLE color: 12358180.

HSL color Cylindrical-coordinate representation of color #2492BC: hue angle of 196.58º degrees, saturation: 0.68, 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 #2492BC is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 36 146 188 -
CMYK 0.81 0.22 0 0.26
HSL 196.58º 0.68% 0.44% -
HSV(B) 196.58º 0.81% 0.74% -
XYZ 20.08 24.56 51.26 -
YUV 117.9 167.56 69.58 -
System Red Green Blue C M Y K H S L
Decimal 36 146 188 0.81 0.22 0 0.26 196.58 0.68 0.44
Hex 24 92 BC 51 16 0 1A C5 44 2C
Octal 44 222 274 121 26 0 32 305 104 54
Binary 100100 10010010 10111100 1010001 10110 0 11010 11000101 1000100 101100

Color Harmonies of #2492BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2492BC

Black with #2492BC

Text Example


Text Example

White with #2492BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2492BC; }

 p { color: rgb(36,146,188); }

 H1.HeaderClassName
 {
   color: #2492BC;
 }
 .AnyTagClassName
 {
   color: #2492BC;
 }
</style>

background-color css

<style>
 a { background-color: #2492BC; }

 a { background-color: rgb(36,146,188); }

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

border-color css

<style>
 span { border-color: #2492BC; }

 span { border-color: rgb(36,146,188); }

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