#338FBE

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

Shades of Curious Blue #338FBE

Tints of Curious Blue #338FBE

Color information

#338FBE (or 0x338FBE) is unknown color: approx Curious Blue. HEX triplet: 33, 8F and BE. RGB value is (51,143,190). Sum of RGB (Red+Green+Blue) = 51+143+190=384 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.28% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #338FBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338FBE is #CC7041. Grayscale: #787878. Windows color (decimal): -13398082 or 12488499. OLE color: 12488499.

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

Color convert

RGB51143190-
CMYK0.730.2500.25
HSL200.29º57.68%47.25%-
HSV(B)200.29º73.16%74.51%-
XYZ20.4824.0752.28-
YUV120.85167.0278.18-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.28%
GREEN value IS 143 (56.25% from 255) = 37.24%
BLUE value IS 190 (74.61% from 255) = 49.48%
R=13.28%
G=37.24%
B=49.48%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal511431900.730.2500.25200.2957.6847.25
Hex338FBE4919019c83a2f
Octal63217276111310313107257
Binary110011100011111011111010010011100101100111001000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,143,190); }

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

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

 a { background-color: rgb(51,143,190); }

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

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

 span { border-color: rgb(51,143,190); }

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