#418ABC

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

Shades of Curious Blue #418ABC

Tints of Curious Blue #418ABC

Color information

#418ABC (or 0x418ABC) is unknown color: approx Curious Blue. HEX triplet: 41, 8A and BC. RGB value is (65,138,188). Sum of RGB (Red+Green+Blue) = 65+138+188=391 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.62% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #418ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418ABC is #BE7543. Grayscale: #797979. Windows color (decimal): -12481860 or 12356161. OLE color: 12356161.

HSL color Cylindrical-coordinate representation of color #418ABC: hue angle of 204.39º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #418ABC is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB65138188-
CMYK0.650.2700.26
HSL204.39º48.62%49.61%-
HSV(B)204.39º65.43%73.73%-
XYZ20.3522.9350.93-
YUV121.87165.3287.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.62%
GREEN value IS 138 (54.30% from 255) = 35.29%
BLUE value IS 188 (73.83% from 255) = 48.08%
R=16.62%
G=35.29%
B=48.08%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal651381880.650.2700.26204.3948.6249.61
Hex418ABC411B01Acc3132
Octal101212274101330323146162
Binary1000001100010101011110010000011101101101011001100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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