Html Css Color HEX #358ACC Curious Blue

📋 copy color: '#358ACC'

red 53 ◦ green 138 ◦ blue 204

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

Shades of Curious Blue #358ACC

Tints of Curious Blue #358ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.65%

R = 13.42%
G = 34.94%
B = 51.65%

CMYK

 C value IS 0.74

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#358ACC (or 0x358ACC) is known color: Curious Blue. HEX triplet: 35, 8A and CC. RGB value is (53,138,204). Sum of RGB (Red+Green+Blue) = 53+138+204=395 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.42% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #358ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358ACC is #CA7533. Grayscale: #777777. Windows color (decimal): -13268276 or 13404725. OLE color: 13404725.

HSL color Cylindrical-coordinate representation of color #358ACC: hue angle of 206.23º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #358ACC is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 53 138 204 -
CMYK 0.74 0.32 0 0.2
HSL 206.23º 0.6% 0.5% -
HSV(B) 206.23º 0.74% 0.8% -
XYZ 21.46 23.29 60.49 -
YUV 120.11 175.34 80.13 -
System Red Green Blue C M Y K H S L
Decimal 53 138 204 0.74 0.32 0 0.2 206.23 0.6 0.5
Hex 35 8A CC 4A 20 0 14 CE 3C 32
Octal 65 212 314 112 40 0 24 316 74 62
Binary 110101 10001010 11001100 1001010 100000 0 10100 11001110 111100 110010

Color Harmonies of #358ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358ACC

Black with #358ACC

Text Example


Text Example

White with #358ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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