#438ACA

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

Shades of Curious Blue #438ACA

Tints of Curious Blue #438ACA

Color information

#438ACA (or 0x438ACA) is unknown color: approx Curious Blue. HEX triplet: 43, 8A and CA. RGB value is (67,138,202). Sum of RGB (Red+Green+Blue) = 67+138+202=407 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.46% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #438ACA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438ACA is #BC7535. Grayscale: #7B7B7B. Windows color (decimal): -12350774 or 13273667. OLE color: 13273667.

HSL color Cylindrical-coordinate representation of color #438ACA: hue angle of 208.44º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #438ACA is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB67138202-
CMYK0.670.3200.21
HSL208.44º56.02%52.75%-
HSV(B)208.44º66.83%79.22%-
XYZ22.0623.6359.28-
YUV124.07171.9887.3-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 16.46%
GREEN value IS 138 (54.30% from 255) = 33.91%
BLUE value IS 202 (79.30% from 255) = 49.63%
R=16.46%
G=33.91%
B=49.63%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal671382020.670.3200.21208.4456.0252.75
Hex438ACA4320015d03835
Octal103212312103400253207065
Binary10000111000101011001010100001110000001010111010000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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