#438ACF

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

Shades of Curious Blue #438ACF

Tints of Curious Blue #438ACF

Color information

#438ACF (or 0x438ACF) is unknown color: approx Curious Blue. HEX triplet: 43, 8A and CF. RGB value is (67,138,207). Sum of RGB (Red+Green+Blue) = 67+138+207=412 (54% of max value = 765). Red value is 67 (26.56% from 255 or 16.26% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #438ACF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438ACF is #BC7530. Grayscale: #7C7C7C. Windows color (decimal): -12350769 or 13601347. OLE color: 13601347.

HSL color Cylindrical-coordinate representation of color #438ACF: hue angle of 209.57º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #438ACF is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB67138207-
CMYK0.680.3300.19
HSL209.57º59.32%53.73%-
HSV(B)209.57º67.63%81.18%-
XYZ22.6723.8862.45-
YUV124.64174.4886.89-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 16.26%
GREEN value IS 138 (54.30% from 255) = 33.50%
BLUE value IS 207 (81.25% from 255) = 50.24%
R=16.26%
G=33.50%
B=50.24%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal671382070.680.3300.19209.5759.3253.73
Hex438ACF4421013d23b36
Octal103212317104410233227366
Binary10000111000101011001111100010010000101001111010010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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