#2a7dc3

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

Shades of Curious Blue #2A7DC3

Tints of Curious Blue #2A7DC3

Color information

#2A7DC3 (or 0x2A7DC3) is unknown color: approx Curious Blue. HEX triplet: 2A, 7D and C3. RGB value is (42,125,195). Sum of RGB (Red+Green+Blue) = 42+125+195=362 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.60% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 195 (76.56% from 255 or 53.87% from 362); Max value from RGB is 195 - color contains mainly: blue. Hex color #2A7DC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A7DC3 is #D5823C. Grayscale: #6B6B6B. Windows color (decimal): -13992509 or 12811562. OLE color: 12811562.

HSL color Cylindrical-coordinate representation of color #2A7DC3: hue angle of 207.45º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A7DC3 is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB42125195-
CMYK0.780.3600.24
HSL207.45º64.56%46.47%-
HSV(B)207.45º78.46%76.47%-
XYZ18.1419.154.36-
YUV108.1617780.81-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.60%
GREEN value IS 125 (49.22% from 255) = 34.53%
BLUE value IS 195 (76.56% from 255) = 53.87%
R=11.60%
G=34.53%
B=53.87%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal421251950.780.3600.24207.4564.5646.47
Hex2A7DC34E24018cf412e
Octal521753031164403031710156
Binary1010101111101110000111001110100100011000110011111000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a7dc3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2a7dc3; }

 p { color: rgb(42,125,195); }

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

<style>
 a { background-color: #2a7dc3; }

 a { background-color: rgb(42,125,195); }

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

<style>
 span { border-color: #2a7dc3; }

 span { border-color: rgb(42,125,195); }

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