#438AD7

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

Shades of Havelock Blue #438AD7

Tints of Havelock Blue #438AD7

Color information

#438AD7 (or 0x438AD7) is unknown color: approx Havelock Blue. HEX triplet: 43, 8A and D7. RGB value is (67,138,215). Sum of RGB (Red+Green+Blue) = 67+138+215=420 (55% of max value = 765). Red value is 67 (26.56% from 255 or 15.95% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 215 (84.38% from 255 or 51.19% from 420); Max value from RGB is 215 - color contains mainly: blue. Hex color #438AD7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438AD7 is #BC7528. Grayscale: #7D7D7D. Windows color (decimal): -12350761 or 14125635. OLE color: 14125635.

HSL color Cylindrical-coordinate representation of color #438AD7: hue angle of 211.22º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #438AD7 is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB67138215-
CMYK0.690.3600.16
HSL211.22º64.91%55.29%-
HSV(B)211.22º68.84%84.31%-
XYZ23.6724.2867.73-
YUV125.55178.4886.24-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 15.95%
GREEN value IS 138 (54.30% from 255) = 32.86%
BLUE value IS 215 (84.38% from 255) = 51.19%
R=15.95%
G=32.86%
B=51.19%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal671382150.690.3600.16211.2264.9155.29
Hex438AD74524010d34137
Octal1032123271054402032310167
Binary100001110001010110101111000101100100010000110100111000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,138,215); }

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

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

 a { background-color: rgb(67,138,215); }

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

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

 span { border-color: rgb(67,138,215); }

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