#358CB7

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

Shades of Curious Blue #358CB7

Tints of Curious Blue #358CB7

Color information

#358CB7 (or 0x358CB7) is unknown color: approx Curious Blue. HEX triplet: 35, 8C and B7. RGB value is (53,140,183). Sum of RGB (Red+Green+Blue) = 53+140+183=376 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.10% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 183 (71.88% from 255 or 48.67% from 376); Max value from RGB is 183 - color contains mainly: blue. Hex color #358CB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358CB7 is #CA7348. Grayscale: #767676. Windows color (decimal): -13267785 or 12028981. OLE color: 12028981.

HSL color Cylindrical-coordinate representation of color #358CB7: hue angle of 199.85º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #358CB7 is Cyan = 0.71, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB53140183-
CMYK0.710.2300.28
HSL199.85º55.08%46.27%-
HSV(B)199.85º71.04%71.76%-
XYZ19.3922.9348.2-
YUV118.89164.1881-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.10%
GREEN value IS 140 (55.08% from 255) = 37.23%
BLUE value IS 183 (71.88% from 255) = 48.67%
R=14.10%
G=37.23%
B=48.67%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal531401830.710.2300.28199.8555.0846.27
Hex358CB7471701Cc8372e
Octal65214267107270343106756
Binary110101100011001011011110001111011101110011001000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358CB7; }

 p { color: rgb(53,140,183); }

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

<style>
 a { background-color: #358CB7; }

 a { background-color: rgb(53,140,183); }

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

<style>
 span { border-color: #358CB7; }

 span { border-color: rgb(53,140,183); }

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