#2484BC

Color #2484BC Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #2484BC

Tints of Curious Blue #2484BC

Color information

#2484BC (or 0x2484BC) is unknown color: approx Curious Blue. HEX triplet: 24, 84 and BC. RGB value is (36,132,188). Sum of RGB (Red+Green+Blue) = 36+132+188=356 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.11% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #2484BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2484BC is #DB7B43. Grayscale: #6D6D6D. Windows color (decimal): -14383940 or 12354596. OLE color: 12354596.

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

Color convert

RGB36132188-
CMYK0.810.3000.26
HSL202.11º67.86%43.92%-
HSV(B)202.11º80.85%73.73%-
XYZ18.0620.5150.58-
YUV109.68172.275.45-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.11%
GREEN value IS 132 (51.95% from 255) = 37.08%
BLUE value IS 188 (73.83% from 255) = 52.81%
R=10.11%
G=37.08%
B=52.81%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal361321880.810.3000.26202.1167.8643.92
Hex2484BC511E01Aca442c
Octal442042741213603231210454
Binary1001001000010010111100101000111110011010110010101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2484BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2484BC;
 }
 .AnyTagClassName
 {
   color: #2484BC;
 }
</style>
background-color css

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

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

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

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

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

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