Html Css Color HEX #358FCA Curious Blue

📋 copy color: '#358FCA'

red 53 ◦ green 143 ◦ blue 202

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

Shades of Curious Blue #358FCA

Tints of Curious Blue #358FCA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.93%

 BLUE value IS 202 (79.3% from 255) = 50.75%

R = 13.32%
G = 35.93%
B = 50.75%

CMYK

 C value IS 0.74

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#358FCA (or 0x358FCA) is known color: Curious Blue. HEX triplet: 35, 8F and CA. RGB value is (53,143,202). Sum of RGB (Red+Green+Blue) = 53+143+202=398 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.32% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #358FCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358FCA is #CA7035. Grayscale: #7A7A7A. Windows color (decimal): -13266998 or 13274933. OLE color: 13274933.

HSL color Cylindrical-coordinate representation of color #358FCA: hue angle of 203.76º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #358FCA is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 53 143 202 -
CMYK 0.74 0.29 0 0.21
HSL 203.76º 0.58% 0.5% -
HSV(B) 203.76º 0.74% 0.79% -
XYZ 21.95 24.67 59.48 -
YUV 122.82 172.68 78.2 -
System Red Green Blue C M Y K H S L
Decimal 53 143 202 0.74 0.29 0 0.21 203.76 0.58 0.5
Hex 35 8F CA 4A 1D 0 15 CC 3A 32
Octal 65 217 312 112 35 0 25 314 72 62
Binary 110101 10001111 11001010 1001010 11101 0 10101 11001100 111010 110010

Color Harmonies of #358FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358FCA

Black with #358FCA

Text Example


Text Example

White with #358FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,143,202); }

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

background-color css

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

 a { background-color: rgb(53,143,202); }

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

border-color css

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

 span { border-color: rgb(53,143,202); }

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