#418ACA

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

Shades of Curious Blue #418ACA

Tints of Curious Blue #418ACA

Color information

#418ACA (or 0x418ACA) is unknown color: approx Curious Blue. HEX triplet: 41, 8A and CA. RGB value is (65,138,202). Sum of RGB (Red+Green+Blue) = 65+138+202=405 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.05% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 202 (79.30% from 255 or 49.88% from 405); Max value from RGB is 202 - color contains mainly: blue. Hex color #418ACA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418ACA is #BE7535. Grayscale: #7B7B7B. Windows color (decimal): -12481846 or 13273665. OLE color: 13273665.

HSL color Cylindrical-coordinate representation of color #418ACA: hue angle of 208.03º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #418ACA is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB65138202-
CMYK0.680.3200.21
HSL208.03º56.38%52.35%-
HSV(B)208.03º67.82%79.22%-
XYZ21.9323.5759.27-
YUV123.47172.3286.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.05%
GREEN value IS 138 (54.30% from 255) = 34.07%
BLUE value IS 202 (79.30% from 255) = 49.88%
R=16.05%
G=34.07%
B=49.88%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal651382020.680.3200.21208.0356.3852.35
Hex418ACA4420015d03834
Octal101212312104400253207064
Binary10000011000101011001010100010010000001010111010000111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418ACA; }

 p { color: rgb(65,138,202); }

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

<style>
 a { background-color: #418ACA; }

 a { background-color: rgb(65,138,202); }

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

<style>
 span { border-color: #418ACA; }

 span { border-color: rgb(65,138,202); }

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