#338EC4

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

Shades of Curious Blue #338EC4

Tints of Curious Blue #338EC4

Color information

#338EC4 (or 0x338EC4) is unknown color: approx Curious Blue. HEX triplet: 33, 8E and C4. RGB value is (51,142,196). Sum of RGB (Red+Green+Blue) = 51+142+196=389 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.11% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 196 (76.95% from 255 or 50.39% from 389); Max value from RGB is 196 - color contains mainly: blue. Hex color #338EC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338EC4 is #CC713B. Grayscale: #787878. Windows color (decimal): -13398332 or 12881459. OLE color: 12881459.

HSL color Cylindrical-coordinate representation of color #338EC4: hue angle of 202.34º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #338EC4 is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB51142196-
CMYK0.740.2800.23
HSL202.34º58.7%48.43%-
HSV(B)202.34º73.98%76.86%-
XYZ2124.0455.76-
YUV120.95170.3578.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.11%
GREEN value IS 142 (55.86% from 255) = 36.50%
BLUE value IS 196 (76.95% from 255) = 50.39%
R=13.11%
G=36.50%
B=50.39%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal511421960.740.2800.23202.3458.748.43
Hex338EC44A1C017ca3b30
Octal63216304112340273127360
Binary110011100011101100010010010101110001011111001010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338EC4; }

 p { color: rgb(51,142,196); }

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

<style>
 a { background-color: #338EC4; }

 a { background-color: rgb(51,142,196); }

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

<style>
 span { border-color: #338EC4; }

 span { border-color: rgb(51,142,196); }

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