#438FE1

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

Shades of Picton Blue #438FE1

Tints of Picton Blue #438FE1

Color information

#438FE1 (or 0x438FE1) is unknown color: approx Picton Blue. HEX triplet: 43, 8F and E1. RGB value is (67,143,225). Sum of RGB (Red+Green+Blue) = 67+143+225=435 (57% of max value = 765). Red value is 67 (26.56% from 255 or 15.40% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 225 (88.28% from 255 or 51.72% from 435); Max value from RGB is 225 - color contains mainly: blue. Hex color #438FE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438FE1 is #BC701E. Grayscale: #818181. Windows color (decimal): -12349471 or 14782275. OLE color: 14782275.

HSL color Cylindrical-coordinate representation of color #438FE1: hue angle of 211.14º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #438FE1 is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB67143225-
CMYK0.700.3600.12
HSL211.14º72.48%57.25%-
HSV(B)211.14º70.22%88.24%-
XYZ25.7326.2774.95-
YUV129.62181.8283.33-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 15.40%
GREEN value IS 143 (56.25% from 255) = 32.87%
BLUE value IS 225 (88.28% from 255) = 51.72%
R=15.40%
G=32.87%
B=51.72%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal671432250.700.3600.12211.1472.4857.25
Hex438FE146240Cd34839
Octal1032173411064401432311071
Binary10000111000111111100001100011010010001100110100111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,143,225); }

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

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

 a { background-color: rgb(67,143,225); }

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

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

 span { border-color: rgb(67,143,225); }

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