#338CB4

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

Shades of Curious Blue #338CB4

Tints of Curious Blue #338CB4

Color information

#338CB4 (or 0x338CB4) is unknown color: approx Curious Blue. HEX triplet: 33, 8C and B4. RGB value is (51,140,180). Sum of RGB (Red+Green+Blue) = 51+140+180=371 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.75% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 180 (70.70% from 255 or 48.52% from 371); Max value from RGB is 180 - color contains mainly: blue. Hex color #338CB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338CB4 is #CC734B. Grayscale: #757575. Windows color (decimal): -13398860 or 11832371. OLE color: 11832371.

HSL color Cylindrical-coordinate representation of color #338CB4: hue angle of 198.6º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #338CB4 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB51140180-
CMYK0.720.2200.29
HSL198.6º55.84%45.29%-
HSV(B)198.6º71.67%70.59%-
XYZ18.9822.7646.57-
YUV117.95163.0180.25-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.75%
GREEN value IS 140 (55.08% from 255) = 37.74%
BLUE value IS 180 (70.70% from 255) = 48.52%
R=13.75%
G=37.74%
B=48.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal511401800.720.2200.29198.655.8445.29
Hex338CB4481601Dc7382d
Octal63214264110260353077055
Binary110011100011001011010010010001011001110111000111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,140,180); }

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

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

 a { background-color: rgb(51,140,180); }

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

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

 span { border-color: rgb(51,140,180); }

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