Html Css Color HEX #358DBA Curious Blue

📋 copy color: '#358DBA'

red 53 ◦ green 141 ◦ blue 186

#358DBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #358DBA

Tints of Curious Blue #358DBA

RGB

 RED value IS 53 (21.09% from 255) = 13.95%

 GREEN value IS 141 (55.47% from 255) = 37.11%

 BLUE value IS 186 (73.05% from 255) = 48.95%

R = 13.95%
G = 37.11%
B = 48.95%

CMYK

 C value IS 0.72

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#358DBA (or 0x358DBA) is known color: Curious Blue. HEX triplet: 35, 8D and BA. RGB value is (53,141,186). Sum of RGB (Red+Green+Blue) = 53+141+186=380 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.95% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #358DBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358DBA is #CA7245. Grayscale: #777777. Windows color (decimal): -13267526 or 12225845. OLE color: 12225845.

HSL color Cylindrical-coordinate representation of color #358DBA: hue angle of 200.3º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #358DBA is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 141 186 -
CMYK 0.72 0.24 0 0.27
HSL 200.3º 0.56% 0.47% -
HSV(B) 200.3º 0.72% 0.73% -
XYZ 19.86 23.35 49.92 -
YUV 119.82 165.35 80.34 -
System Red Green Blue C M Y K H S L
Decimal 53 141 186 0.72 0.24 0 0.27 200.3 0.56 0.47
Hex 35 8D BA 48 18 0 1B C8 38 2F
Octal 65 215 272 110 30 0 33 310 70 57
Binary 110101 10001101 10111010 1001000 11000 0 11011 11001000 111000 101111

Color Harmonies of #358DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358DBA

Black with #358DBA

Text Example


Text Example

White with #358DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,141,186); }

 H1.HeaderClassName
 {
   color: #358DBA;
 }
 .AnyTagClassName
 {
   color: #358DBA;
 }
</style>

background-color css

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

 a { background-color: rgb(53,141,186); }

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

border-color css

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

 span { border-color: rgb(53,141,186); }

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