#338FCC

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

Shades of Curious Blue #338FCC

Tints of Curious Blue #338FCC

Color information

#338FCC (or 0x338FCC) is unknown color: approx Curious Blue. HEX triplet: 33, 8F and CC. RGB value is (51,143,204). Sum of RGB (Red+Green+Blue) = 51+143+204=398 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.81% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #338FCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338FCC is #CC7033. Grayscale: #7A7A7A. Windows color (decimal): -13398068 or 13406003. OLE color: 13406003.

HSL color Cylindrical-coordinate representation of color #338FCC: hue angle of 203.92º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #338FCC is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB51143204-
CMYK0.750.3000.2
HSL203.92º60%50%-
HSV(B)203.92º75%80%-
XYZ22.0924.7160.73-
YUV122.45174.0277.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.81%
GREEN value IS 143 (56.25% from 255) = 35.93%
BLUE value IS 204 (80.08% from 255) = 51.26%
R=12.81%
G=35.93%
B=51.26%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal511432040.750.3000.2203.926050
Hex338FCC4B1E014cc3c32
Octal63217314113360243147462
Binary110011100011111100110010010111111001010011001100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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