#438AC1

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

Shades of Curious Blue #438AC1

Tints of Curious Blue #438AC1

Color information

#438AC1 (or 0x438AC1) is unknown color: approx Curious Blue. HEX triplet: 43, 8A and C1. RGB value is (67,138,193). Sum of RGB (Red+Green+Blue) = 67+138+193=398 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.83% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 193 (75.78% from 255 or 48.49% from 398); Max value from RGB is 193 - color contains mainly: blue. Hex color #438AC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438AC1 is #BC753E. Grayscale: #7A7A7A. Windows color (decimal): -12350783 or 12683843. OLE color: 12683843.

HSL color Cylindrical-coordinate representation of color #438AC1: hue angle of 206.19º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #438AC1 is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB67138193-
CMYK0.650.2800.24
HSL206.19º50.4%50.98%-
HSV(B)206.19º65.28%75.69%-
XYZ21.0323.2253.83-
YUV123.04167.4888.03-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 16.83%
GREEN value IS 138 (54.30% from 255) = 34.67%
BLUE value IS 193 (75.78% from 255) = 48.49%
R=16.83%
G=34.67%
B=48.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal671381930.650.2800.24206.1950.450.98
Hex438AC1411C018ce3233
Octal103212301101340303166263
Binary1000011100010101100000110000011110001100011001110110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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