#338FC4

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

Shades of Curious Blue #338FC4

Tints of Curious Blue #338FC4

Color information

#338FC4 (or 0x338FC4) is unknown color: approx Curious Blue. HEX triplet: 33, 8F and C4. RGB value is (51,143,196). Sum of RGB (Red+Green+Blue) = 51+143+196=390 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.08% from 390); Green value is 143 (56.25% from 255 or 36.67% from 390); Blue value is 196 (76.95% from 255 or 50.26% from 390); Max value from RGB is 196 - color contains mainly: blue. Hex color #338FC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338FC4 is #CC703B. Grayscale: #797979. Windows color (decimal): -13398076 or 12881715. OLE color: 12881715.

HSL color Cylindrical-coordinate representation of color #338FC4: hue angle of 201.93º 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 #338FC4 is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB51143196-
CMYK0.740.2700.23
HSL201.93º58.7%48.43%-
HSV(B)201.93º73.98%76.86%-
XYZ21.1524.3355.81-
YUV121.53170.0277.69-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.08%
GREEN value IS 143 (56.25% from 255) = 36.67%
BLUE value IS 196 (76.95% from 255) = 50.26%
R=13.08%
G=36.67%
B=50.26%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal511431960.740.2700.23201.9358.748.43
Hex338FC44A1B017ca3b30
Octal63217304112330273127360
Binary110011100011111100010010010101101101011111001010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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