#338CCA

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

Shades of Curious Blue #338CCA

Tints of Curious Blue #338CCA

Color information

#338CCA (or 0x338CCA) is unknown color: approx Curious Blue. HEX triplet: 33, 8C and CA. RGB value is (51,140,202). Sum of RGB (Red+Green+Blue) = 51+140+202=393 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.98% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 202 (79.30% from 255 or 51.40% from 393); Max value from RGB is 202 - color contains mainly: blue. Hex color #338CCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338CCA is #CC7335. Grayscale: #787878. Windows color (decimal): -13398838 or 13274163. OLE color: 13274163.

HSL color Cylindrical-coordinate representation of color #338CCA: hue angle of 204.64º 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 #338CCA is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB51140202-
CMYK0.750.3100.21
HSL204.64º59.68%49.61%-
HSV(B)204.64º74.75%79.22%-
XYZ21.423.7259.33-
YUV120.46174.0178.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.98%
GREEN value IS 140 (55.08% from 255) = 35.62%
BLUE value IS 202 (79.30% from 255) = 51.40%
R=12.98%
G=35.62%
B=51.40%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal511402020.750.3100.21204.6459.6849.61
Hex338CCA4B1F015cd3c32
Octal63214312113370253157462
Binary110011100011001100101010010111111101010111001101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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