#2A75CA

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

Shades of Curious Blue #2A75CA

Tints of Curious Blue #2A75CA

Color information

#2A75CA (or 0x2A75CA) is unknown color: approx Curious Blue. HEX triplet: 2A, 75 and CA. RGB value is (42,117,202). Sum of RGB (Red+Green+Blue) = 42+117+202=361 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.63% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 202 (79.30% from 255 or 55.96% from 361); Max value from RGB is 202 - color contains mainly: blue. Hex color #2A75CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A75CA is #D58A35. Grayscale: #676767. Windows color (decimal): -13994550 or 13268266. OLE color: 13268266.

HSL color Cylindrical-coordinate representation of color #2A75CA: hue angle of 211.88º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A75CA is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB42117202-
CMYK0.790.4200.21
HSL211.88º65.57%47.84%-
HSV(B)211.88º79.21%79.22%-
XYZ17.9817.4858.3-
YUV104.26183.1583.59-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.63%
GREEN value IS 117 (46.09% from 255) = 32.41%
BLUE value IS 202 (79.30% from 255) = 55.96%
R=11.63%
G=32.41%
B=55.96%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal421172020.790.4200.21211.8865.5747.84
Hex2A75CA4F2A015d44230
Octal521653121175202532410260
Binary1010101110101110010101001111101010010101110101001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A75CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,117,202); }

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

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

 a { background-color: rgb(42,117,202); }

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

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

 span { border-color: rgb(42,117,202); }

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