#338CD5

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

Shades of Curious Blue #338CD5

Tints of Curious Blue #338CD5

Color information

#338CD5 (or 0x338CD5) is unknown color: approx Curious Blue. HEX triplet: 33, 8C and D5. RGB value is (51,140,213). Sum of RGB (Red+Green+Blue) = 51+140+213=404 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.62% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 213 (83.59% from 255 or 52.72% from 404); Max value from RGB is 213 - color contains mainly: blue. Hex color #338CD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338CD5 is #CC732A. Grayscale: #797979. Windows color (decimal): -13398827 or 13995059. OLE color: 13995059.

HSL color Cylindrical-coordinate representation of color #338CD5: hue angle of 207.04º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #338CD5 is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB51140213-
CMYK0.760.3400.16
HSL207.04º65.85%51.76%-
HSV(B)207.04º76.06%83.53%-
XYZ22.7524.2666.43-
YUV121.71179.5177.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.62%
GREEN value IS 140 (55.08% from 255) = 34.65%
BLUE value IS 213 (83.59% from 255) = 52.72%
R=12.62%
G=34.65%
B=52.72%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal511402130.760.3400.16207.0465.8551.76
Hex338CD54C22010cf4234
Octal632143251144202031710264
Binary11001110001100110101011001100100010010000110011111000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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