#4394D2

Color #4394D2 Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #4394D2

Tints of Picton Blue #4394D2

Color information

#4394D2 (or 0x4394D2) is unknown color: approx Picton Blue. HEX triplet: 43, 94 and D2. RGB value is (67,148,210). Sum of RGB (Red+Green+Blue) = 67+148+210=425 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.76% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 210 (82.42% from 255 or 49.41% from 425); Max value from RGB is 210 - color contains mainly: blue. Hex color #4394D2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4394D2 is #BC6B2D. Grayscale: #828282. Windows color (decimal): -12348206 or 13800515. OLE color: 13800515.

HSL color Cylindrical-coordinate representation of color #4394D2: hue angle of 206.01º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4394D2 is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB67148210-
CMYK0.680.3000.18
HSL206.01º61.37%54.31%-
HSV(B)206.01º68.1%82.35%-
XYZ24.5427.0364.9-
YUV130.85172.6682.46-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 15.76%
GREEN value IS 148 (58.20% from 255) = 34.82%
BLUE value IS 210 (82.42% from 255) = 49.41%
R=15.76%
G=34.82%
B=49.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal671482100.680.3000.18206.0161.3754.31
Hex4394D2441E012ce3d36
Octal103224322104360223167566
Binary1000011100101001101001010001001111001001011001110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4394D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4394D2; }

 p { color: rgb(67,148,210); }

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

<style>
 a { background-color: #4394D2; }

 a { background-color: rgb(67,148,210); }

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

<style>
 span { border-color: #4394D2; }

 span { border-color: rgb(67,148,210); }

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