#338bdd

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

Shades of Curious Blue #338BDD

Tints of Curious Blue #338BDD

Color information

#338BDD (or 0x338BDD) is unknown color: approx Curious Blue. HEX triplet: 33, 8B and DD. RGB value is (51,139,221). Sum of RGB (Red+Green+Blue) = 51+139+221=411 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.41% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #338BDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338BDD is #CC7422. Grayscale: #797979. Windows color (decimal): -13399075 or 14519091. OLE color: 14519091.

HSL color Cylindrical-coordinate representation of color #338BDD: hue angle of 208.94º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #338BDD is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB51139221-
CMYK0.770.3700.13
HSL208.94º71.43%53.33%-
HSV(B)208.94º76.92%86.67%-
XYZ23.6524.3971.87-
YUV122.04183.8577.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.41%
GREEN value IS 139 (54.69% from 255) = 33.82%
BLUE value IS 221 (86.72% from 255) = 53.77%
R=12.41%
G=33.82%
B=53.77%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal511392210.770.3700.13208.9471.4353.33
Hex338BDD4D250Dd14735
Octal632133351154501532110765
Binary1100111000101111011101100110110010101101110100011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338bdd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,139,221); }

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

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

 a { background-color: rgb(51,139,221); }

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

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

 span { border-color: rgb(51,139,221); }

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