#338CD6

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

Shades of Curious Blue #338CD6

Tints of Curious Blue #338CD6

Color information

#338CD6 (or 0x338CD6) is unknown color: approx Curious Blue. HEX triplet: 33, 8C and D6. RGB value is (51,140,214). Sum of RGB (Red+Green+Blue) = 51+140+214=405 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.59% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 214 (83.98% from 255 or 52.84% from 405); Max value from RGB is 214 - color contains mainly: blue. Hex color #338CD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338CD6 is #CC7329. Grayscale: #797979. Windows color (decimal): -13398826 or 14060595. OLE color: 14060595.

HSL color Cylindrical-coordinate representation of color #338CD6: hue angle of 207.24º degrees, saturation: 0.67, 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 #338CD6 is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB51140214-
CMYK0.760.3500.16
HSL207.24º66.53%51.96%-
HSV(B)207.24º76.17%83.92%-
XYZ22.8824.3267.11-
YUV121.82180.0177.48-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.59%
GREEN value IS 140 (55.08% from 255) = 34.57%
BLUE value IS 214 (83.98% from 255) = 52.84%
R=12.59%
G=34.57%
B=52.84%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal511402140.760.3500.16207.2466.5351.96
Hex338CD64C23010cf4334
Octal632143261144302031710364
Binary11001110001100110101101001100100011010000110011111000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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