Html Css Color HEX #358ACB Curious Blue

📋 copy color: '#358ACB'

red 53 ◦ green 138 ◦ blue 203

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

Shades of Curious Blue #358ACB

Tints of Curious Blue #358ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.52%

R = 13.45%
G = 35.03%
B = 51.52%

CMYK

 C value IS 0.74

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#358ACB (or 0x358ACB) is known color: Curious Blue. HEX triplet: 35, 8A and CB. RGB value is (53,138,203). Sum of RGB (Red+Green+Blue) = 53+138+203=394 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.45% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #358ACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358ACB is #CA7534. Grayscale: #777777. Windows color (decimal): -13268277 or 13339189. OLE color: 13339189.

HSL color Cylindrical-coordinate representation of color #358ACB: hue angle of 206º degrees, saturation: 0.59, 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 #358ACB is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 53 138 203 -
CMYK 0.74 0.32 0 0.20
HSL 206º 0.59% 0.5% -
HSV(B) 206º 0.74% 0.8% -
XYZ 21.34 23.25 59.86 -
YUV 120 174.84 80.21 -
System Red Green Blue C M Y K H S L
Decimal 53 138 203 0.74 0.32 0 0.20 206 0.59 0.5
Hex 35 8A CB 4A 20 0 14 CE 3B 32
Octal 65 212 313 112 40 0 24 316 73 62
Binary 110101 10001010 11001011 1001010 100000 0 10100 11001110 111011 110010

Color Harmonies of #358ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358ACB

Black with #358ACB

Text Example


Text Example

White with #358ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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