#358BB7

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

Shades of Curious Blue #358BB7

Tints of Curious Blue #358BB7

Color information

#358BB7 (or 0x358BB7) is unknown color: approx Curious Blue. HEX triplet: 35, 8B and B7. RGB value is (53,139,183). Sum of RGB (Red+Green+Blue) = 53+139+183=375 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.13% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 183 (71.88% from 255 or 48.8% from 375); Max value from RGB is 183 - color contains mainly: blue. Hex color #358BB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358BB7 is #CA7448. Grayscale: #767676. Windows color (decimal): -13268041 or 12028725. OLE color: 12028725.

HSL color Cylindrical-coordinate representation of color #358BB7: hue angle of 200.31º 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 #358BB7 is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB53139183-
CMYK0.710.2400.28
HSL200.31º55.08%46.27%-
HSV(B)200.31º71.04%71.76%-
XYZ19.2522.6448.16-
YUV118.3164.5181.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.13%
GREEN value IS 139 (54.69% from 255) = 37.07%
BLUE value IS 183 (71.88% from 255) = 48.8%
R=14.13%
G=37.07%
B=48.8%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal531391830.710.2400.28200.3155.0846.27
Hex358BB7471801Cc8372e
Octal65213267107300343106756
Binary110101100010111011011110001111100001110011001000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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