#438CDC

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

Shades of Picton Blue #438CDC

Tints of Picton Blue #438CDC

Color information

#438CDC (or 0x438CDC) is unknown color: approx Picton Blue. HEX triplet: 43, 8C and DC. RGB value is (67,140,220). Sum of RGB (Red+Green+Blue) = 67+140+220=427 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.69% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #438CDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438CDC is #BC7323. Grayscale: #7E7E7E. Windows color (decimal): -12350244 or 14453827. OLE color: 14453827.

HSL color Cylindrical-coordinate representation of color #438CDC: hue angle of 211.37º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #438CDC is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB67140220-
CMYK0.700.3600.14
HSL211.37º68.61%56.27%-
HSV(B)211.37º69.55%86.27%-
XYZ24.6125.1271.26-
YUV127.29180.3285-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 15.69%
GREEN value IS 140 (55.08% from 255) = 32.79%
BLUE value IS 220 (86.33% from 255) = 51.52%
R=15.69%
G=32.79%
B=51.52%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal671402200.700.3600.14211.3768.6156.27
Hex438CDC46240Ed34538
Octal1032143341064401632310570
Binary10000111000110011011100100011010010001110110100111000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438CDC; }

 p { color: rgb(67,140,220); }

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

<style>
 a { background-color: #438CDC; }

 a { background-color: rgb(67,140,220); }

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

<style>
 span { border-color: #438CDC; }

 span { border-color: rgb(67,140,220); }

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