#338DCA

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

Shades of Curious Blue #338DCA

Tints of Curious Blue #338DCA

Color information

#338DCA (or 0x338DCA) is unknown color: approx Curious Blue. HEX triplet: 33, 8D and CA. RGB value is (51,141,202). Sum of RGB (Red+Green+Blue) = 51+141+202=394 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.94% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 202 (79.30% from 255 or 51.27% from 394); Max value from RGB is 202 - color contains mainly: blue. Hex color #338DCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338DCA is #CC7235. Grayscale: #787878. Windows color (decimal): -13398582 or 13274419. OLE color: 13274419.

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

Color convert

RGB51141202-
CMYK0.750.3000.21
HSL204.24º59.68%49.61%-
HSV(B)204.24º74.75%79.22%-
XYZ21.5524.0259.38-
YUV121.04173.6878.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.94%
GREEN value IS 141 (55.47% from 255) = 35.79%
BLUE value IS 202 (79.30% from 255) = 51.27%
R=12.94%
G=35.79%
B=51.27%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal511412020.750.3000.21204.2459.6849.61
Hex338DCA4B1E015cc3c32
Octal63215312113360253147462
Binary110011100011011100101010010111111001010111001100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,141,202); }

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

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

 a { background-color: rgb(51,141,202); }

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

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

 span { border-color: rgb(51,141,202); }

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