Html Css Color HEX #358FCE Curious Blue

📋 copy color: '#358FCE'

red 53 ◦ green 143 ◦ blue 206

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

Shades of Curious Blue #358FCE

Tints of Curious Blue #358FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.24%

R = 13.18%
G = 35.57%
B = 51.24%

CMYK

 C value IS 0.74

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#358FCE (or 0x358FCE) is known color: Curious Blue. HEX triplet: 35, 8F and CE. RGB value is (53,143,206). Sum of RGB (Red+Green+Blue) = 53+143+206=402 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.18% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #358FCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358FCE is #CA7031. Grayscale: #7A7A7A. Windows color (decimal): -13266994 or 13537077. OLE color: 13537077.

HSL color Cylindrical-coordinate representation of color #358FCE: hue angle of 204.71º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #358FCE is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 143 206 -
CMYK 0.74 0.31 0 0.19
HSL 204.71º 0.61% 0.51% -
HSV(B) 204.71º 0.74% 0.81% -
XYZ 22.43 24.86 62.01 -
YUV 123.27 174.68 77.88 -
System Red Green Blue C M Y K H S L
Decimal 53 143 206 0.74 0.31 0 0.19 204.71 0.61 0.51
Hex 35 8F CE 4A 1F 0 13 CD 3D 33
Octal 65 217 316 112 37 0 23 315 75 63
Binary 110101 10001111 11001110 1001010 11111 0 10011 11001101 111101 110011

Color Harmonies of #358FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358FCE

Black with #358FCE

Text Example


Text Example

White with #358FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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