#438BC0

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

Shades of Curious Blue #438BC0

Tints of Curious Blue #438BC0

Color information

#438BC0 (or 0x438BC0) is unknown color: approx Curious Blue. HEX triplet: 43, 8B and C0. RGB value is (67,139,192). Sum of RGB (Red+Green+Blue) = 67+139+192=398 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.83% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 192 (75.39% from 255 or 48.24% from 398); Max value from RGB is 192 - color contains mainly: blue. Hex color #438BC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438BC0 is #BC743F. Grayscale: #7B7B7B. Windows color (decimal): -12350528 or 12618563. OLE color: 12618563.

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

Color convert

RGB67139192-
CMYK0.650.2800.25
HSL205.44º49.8%50.78%-
HSV(B)205.44º65.1%75.29%-
XYZ21.0623.4653.29-
YUV123.51166.6587.69-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 16.83%
GREEN value IS 139 (54.69% from 255) = 34.92%
BLUE value IS 192 (75.39% from 255) = 48.24%
R=16.83%
G=34.92%
B=48.24%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal671391920.650.2800.25205.4449.850.78
Hex438BC0411C019cd3233
Octal103213300101340313156263
Binary1000011100010111100000010000011110001100111001101110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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