#438BC1

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

Shades of Curious Blue #438BC1

Tints of Curious Blue #438BC1

Color information

#438BC1 (or 0x438BC1) is unknown color: approx Curious Blue. HEX triplet: 43, 8B and C1. RGB value is (67,139,193). Sum of RGB (Red+Green+Blue) = 67+139+193=399 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.79% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 193 (75.78% from 255 or 48.37% from 399); Max value from RGB is 193 - color contains mainly: blue. Hex color #438BC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438BC1 is #BC743E. Grayscale: #7B7B7B. Windows color (decimal): -12350527 or 12684099. OLE color: 12684099.

HSL color Cylindrical-coordinate representation of color #438BC1: hue angle of 205.71º 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 #438BC1 is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB67139193-
CMYK0.650.2800.24
HSL205.71º50.4%50.98%-
HSV(B)205.71º65.28%75.69%-
XYZ21.1723.5153.87-
YUV123.63167.1587.61-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 16.79%
GREEN value IS 139 (54.69% from 255) = 34.84%
BLUE value IS 193 (75.78% from 255) = 48.37%
R=16.79%
G=34.84%
B=48.37%

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
Decimal671391930.650.2800.24205.7150.450.98
Hex438BC1411C018ce3233
Octal103213301101340303166263
Binary1000011100010111100000110000011110001100011001110110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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