Html Css Color HEX #358BCD Curious Blue

📋 copy color: '#358BCD'

red 53 ◦ green 139 ◦ blue 205

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

Shades of Curious Blue #358BCD

Tints of Curious Blue #358BCD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.01%

 BLUE value IS 205 (80.47% from 255) = 51.64%

R = 13.35%
G = 35.01%
B = 51.64%

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

#358BCD (or 0x358BCD) is known color: Curious Blue. HEX triplet: 35, 8B and CD. RGB value is (53,139,205). Sum of RGB (Red+Green+Blue) = 53+139+205=397 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.35% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #358BCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358BCD is #CA7432. Grayscale: #787878. Windows color (decimal): -13268019 or 13470517. OLE color: 13470517.

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

Color convert

RGB 53 139 205 -
CMYK 0.74 0.32 0 0.20
HSL 206.05º 0.6% 0.51% -
HSV(B) 206.05º 0.74% 0.8% -
XYZ 21.72 23.63 61.17 -
YUV 120.81 175.51 79.63 -
System Red Green Blue C M Y K H S L
Decimal 53 139 205 0.74 0.32 0 0.20 206.05 0.6 0.51
Hex 35 8B CD 4A 20 0 14 CE 3C 33
Octal 65 213 315 112 40 0 24 316 74 63
Binary 110101 10001011 11001101 1001010 100000 0 10100 11001110 111100 110011

Color Harmonies of #358BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358BCD

Black with #358BCD

Text Example


Text Example

White with #358BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,139,205); }

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

background-color css

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

 a { background-color: rgb(53,139,205); }

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

border-color css

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

 span { border-color: rgb(53,139,205); }

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