#338ABD

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

Shades of Curious Blue #338ABD

Tints of Curious Blue #338ABD

Color information

#338ABD (or 0x338ABD) is unknown color: approx Curious Blue. HEX triplet: 33, 8A and BD. RGB value is (51,138,189). Sum of RGB (Red+Green+Blue) = 51+138+189=378 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.49% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #338ABD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338ABD is #CC7542. Grayscale: #757575. Windows color (decimal): -13399363 or 12421683. OLE color: 12421683.

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

Color convert

RGB51138189-
CMYK0.730.2700.26
HSL202.17º57.5%47.06%-
HSV(B)202.17º73.02%74.12%-
XYZ19.6422.5551.46-
YUV117.8168.1880.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.49%
GREEN value IS 138 (54.30% from 255) = 36.51%
BLUE value IS 189 (74.22% from 255) = 50%
R=13.49%
G=36.51%
B=50%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal511381890.730.2700.26202.1757.547.06
Hex338ABD491B01Aca3a2f
Octal63212275111330323127257
Binary110011100010101011110110010011101101101011001010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,138,189); }

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

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

 a { background-color: rgb(51,138,189); }

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

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

 span { border-color: rgb(51,138,189); }

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