#4181CA

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

Shades of Curious Blue #4181CA

Tints of Curious Blue #4181CA

Color information

#4181CA (or 0x4181CA) is unknown color: approx Curious Blue. HEX triplet: 41, 81 and CA. RGB value is (65,129,202). Sum of RGB (Red+Green+Blue) = 65+129+202=396 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.41% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #4181CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4181CA is #BE7E35. Grayscale: #757575. Windows color (decimal): -12484150 or 13271361. OLE color: 13271361.

HSL color Cylindrical-coordinate representation of color #4181CA: hue angle of 211.97º 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 #4181CA is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB65129202-
CMYK0.680.3600.21
HSL211.97º56.38%52.35%-
HSV(B)211.97º67.82%79.22%-
XYZ20.6921.0958.86-
YUV118.19175.390.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.41%
GREEN value IS 129 (50.78% from 255) = 32.58%
BLUE value IS 202 (79.30% from 255) = 51.01%
R=16.41%
G=32.58%
B=51.01%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal651292020.680.3600.21211.9756.3852.35
Hex4181CA4424015d43834
Octal101201312104440253247064
Binary10000011000000111001010100010010010001010111010100111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4181CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4181CA; }

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

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

<style>
 a { background-color: #4181CA; }

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

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

<style>
 span { border-color: #4181CA; }

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

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