#338EBE

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

Shades of Curious Blue #338EBE

Tints of Curious Blue #338EBE

Color information

#338EBE (or 0x338EBE) is unknown color: approx Curious Blue. HEX triplet: 33, 8E and BE. RGB value is (51,142,190). Sum of RGB (Red+Green+Blue) = 51+142+190=383 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.32% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #338EBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338EBE is #CC7141. Grayscale: #777777. Windows color (decimal): -13398338 or 12488243. OLE color: 12488243.

HSL color Cylindrical-coordinate representation of color #338EBE: hue angle of 200.72º 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 #338EBE is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB51142190-
CMYK0.730.2500.25
HSL200.72º57.68%47.25%-
HSV(B)200.72º73.16%74.51%-
XYZ20.3323.7752.23-
YUV120.26167.3578.6-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.32%
GREEN value IS 142 (55.86% from 255) = 37.08%
BLUE value IS 190 (74.61% from 255) = 49.61%
R=13.32%
G=37.08%
B=49.61%

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
Decimal511421900.730.2500.25200.7257.6847.25
Hex338EBE4919019c93a2f
Octal63216276111310313117257
Binary110011100011101011111010010011100101100111001001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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