#418AB3

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

Shades of Curious Blue #418AB3

Tints of Curious Blue #418AB3

Color information

#418AB3 (or 0x418AB3) is unknown color: approx Curious Blue. HEX triplet: 41, 8A and B3. RGB value is (65,138,179). Sum of RGB (Red+Green+Blue) = 65+138+179=382 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.02% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 179 (70.31% from 255 or 46.86% from 382); Max value from RGB is 179 - color contains mainly: blue. Hex color #418AB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418AB3 is #BE754C. Grayscale: #787878. Windows color (decimal): -12481869 or 11766337. OLE color: 11766337.

HSL color Cylindrical-coordinate representation of color #418AB3: hue angle of 201.58º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #418AB3 is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB65138179-
CMYK0.640.2300.30
HSL201.58º46.72%47.84%-
HSV(B)201.58º63.69%70.2%-
XYZ19.4122.5645.98-
YUV120.85160.8288.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.02%
GREEN value IS 138 (54.30% from 255) = 36.13%
BLUE value IS 179 (70.31% from 255) = 46.86%
R=17.02%
G=36.13%
B=46.86%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal651381790.640.2300.30201.5846.7247.84
Hex418AB3401701Eca2f30
Octal101212263100270363125760
Binary1000001100010101011001110000001011101111011001010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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