#4183C0

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

Shades of Curious Blue #4183C0

Tints of Curious Blue #4183C0

Color information

#4183C0 (or 0x4183C0) is unknown color: approx Curious Blue. HEX triplet: 41, 83 and C0. RGB value is (65,131,192). Sum of RGB (Red+Green+Blue) = 65+131+192=388 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.75% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 192 (75.39% from 255 or 49.48% from 388); Max value from RGB is 192 - color contains mainly: blue. Hex color #4183C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4183C0 is #BE7C3F. Grayscale: #757575. Windows color (decimal): -12483648 or 12616513. OLE color: 12616513.

HSL color Cylindrical-coordinate representation of color #4183C0: hue angle of 208.82º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4183C0 is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB65131192-
CMYK0.660.3200.25
HSL208.82º50.2%50.39%-
HSV(B)208.82º66.15%75.29%-
XYZ19.8121.1652.91-
YUV118.22169.6390.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.75%
GREEN value IS 131 (51.56% from 255) = 33.76%
BLUE value IS 192 (75.39% from 255) = 49.48%
R=16.75%
G=33.76%
B=49.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal651311920.660.3200.25208.8250.250.39
Hex4183C04220019d13232
Octal101203300102400313216262
Binary10000011000001111000000100001010000001100111010001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4183C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4183C0; }

 p { color: rgb(65,131,192); }

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

<style>
 a { background-color: #4183C0; }

 a { background-color: rgb(65,131,192); }

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

<style>
 span { border-color: #4183C0; }

 span { border-color: rgb(65,131,192); }

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