#338DBB

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

Shades of Curious Blue #338DBB

Tints of Curious Blue #338DBB

Color information

#338DBB (or 0x338DBB) is unknown color: approx Curious Blue. HEX triplet: 33, 8D and BB. RGB value is (51,141,187). Sum of RGB (Red+Green+Blue) = 51+141+187=379 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.46% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #338DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338DBB is #CC7244. Grayscale: #777777. Windows color (decimal): -13398597 or 12291379. OLE color: 12291379.

HSL color Cylindrical-coordinate representation of color #338DBB: hue angle of 200.29º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #338DBB is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB51141187-
CMYK0.730.2500.27
HSL200.29º57.14%46.67%-
HSV(B)200.29º72.73%73.33%-
XYZ19.8623.3450.47-
YUV119.33166.1879.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.46%
GREEN value IS 141 (55.47% from 255) = 37.20%
BLUE value IS 187 (73.44% from 255) = 49.34%
R=13.46%
G=37.20%
B=49.34%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal511411870.730.2500.27200.2957.1446.67
Hex338DBB491901Bc8392f
Octal63215273111310333107157
Binary110011100011011011101110010011100101101111001000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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