#438BCC

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

Shades of Curious Blue #438BCC

Tints of Curious Blue #438BCC

Color information

#438BCC (or 0x438BCC) is unknown color: approx Curious Blue. HEX triplet: 43, 8B and CC. RGB value is (67,139,204). Sum of RGB (Red+Green+Blue) = 67+139+204=410 (54% of max value = 765). Red value is 67 (26.56% from 255 or 16.34% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #438BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438BCC is #BC7433. Grayscale: #7C7C7C. Windows color (decimal): -12350516 or 13404995. OLE color: 13404995.

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

Color convert

RGB67139204-
CMYK0.670.3200.2
HSL208.47º57.32%53.14%-
HSV(B)208.47º67.16%80%-
XYZ22.4524.0260.58-
YUV124.88172.6586.71-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 16.34%
GREEN value IS 139 (54.69% from 255) = 33.90%
BLUE value IS 204 (80.08% from 255) = 49.76%
R=16.34%
G=33.90%
B=49.76%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal671392040.670.3200.2208.4757.3253.14
Hex438BCC4320014d03935
Octal103213314103400243207165
Binary10000111000101111001100100001110000001010011010000111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,139,204); }

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

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

 a { background-color: rgb(67,139,204); }

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

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

 span { border-color: rgb(67,139,204); }

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