#338DD6

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

Shades of Curious Blue #338DD6

Tints of Curious Blue #338DD6

Color information

#338DD6 (or 0x338DD6) is unknown color: approx Curious Blue. HEX triplet: 33, 8D and D6. RGB value is (51,141,214). Sum of RGB (Red+Green+Blue) = 51+141+214=406 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.56% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 214 (83.98% from 255 or 52.71% from 406); Max value from RGB is 214 - color contains mainly: blue. Hex color #338DD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338DD6 is #CC7229. Grayscale: #7A7A7A. Windows color (decimal): -13398570 or 14060851. OLE color: 14060851.

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

Color convert

RGB51141214-
CMYK0.760.3400.16
HSL206.87º66.53%51.96%-
HSV(B)206.87º76.17%83.92%-
XYZ23.0324.6167.15-
YUV122.41179.6877.06-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.56%
GREEN value IS 141 (55.47% from 255) = 34.73%
BLUE value IS 214 (83.98% from 255) = 52.71%
R=12.56%
G=34.73%
B=52.71%

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
Decimal511412140.760.3400.16206.8766.5351.96
Hex338DD64C22010cf4334
Octal632153261144202031710364
Binary11001110001101110101101001100100010010000110011111000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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