Html Css Color HEX #358ABF Curious Blue

📋 copy color: '#358ABF'

red 53 ◦ green 138 ◦ blue 191

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

Shades of Curious Blue #358ABF

Tints of Curious Blue #358ABF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.13%

 BLUE value IS 191 (75% from 255) = 50%

R = 13.87%
G = 36.13%
B = 50%

CMYK

 C value IS 0.72

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#358ABF (or 0x358ABF) is known color: Curious Blue. HEX triplet: 35, 8A and BF. RGB value is (53,138,191). Sum of RGB (Red+Green+Blue) = 53+138+191=382 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.87% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #358ABF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358ABF is #CA7540. Grayscale: #767676. Windows color (decimal): -13268289 or 12552757. OLE color: 12552757.

HSL color Cylindrical-coordinate representation of color #358ABF: hue angle of 203.04º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #358ABF is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 138 191 -
CMYK 0.72 0.28 0 0.25
HSL 203.04º 0.57% 0.48% -
HSV(B) 203.04º 0.72% 0.75% -
XYZ 19.96 22.7 52.62 -
YUV 118.63 168.84 81.19 -
System Red Green Blue C M Y K H S L
Decimal 53 138 191 0.72 0.28 0 0.25 203.04 0.57 0.48
Hex 35 8A BF 48 1C 0 19 CB 39 30
Octal 65 212 277 110 34 0 31 313 71 60
Binary 110101 10001010 10111111 1001000 11100 0 11001 11001011 111001 110000

Color Harmonies of #358ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358ABF

Black with #358ABF

Text Example


Text Example

White with #358ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,138,191); }

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

background-color css

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

 a { background-color: rgb(53,138,191); }

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

border-color css

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

 span { border-color: rgb(53,138,191); }

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