Html Css Color HEX #358BCF Curious Blue

📋 copy color: '#358BCF'

red 53 ◦ green 139 ◦ blue 207

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

Shades of Curious Blue #358BCF

Tints of Curious Blue #358BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.88%

R = 13.28%
G = 34.84%
B = 51.88%

CMYK

 C value IS 0.74

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#358BCF (or 0x358BCF) is known color: Curious Blue. HEX triplet: 35, 8B and CF. RGB value is (53,139,207). Sum of RGB (Red+Green+Blue) = 53+139+207=399 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.28% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #358BCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358BCF is #CA7430. Grayscale: #787878. Windows color (decimal): -13268017 or 13601589. OLE color: 13601589.

HSL color Cylindrical-coordinate representation of color #358BCF: hue angle of 206.49º degrees, saturation: 0.62, 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 #358BCF is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 139 207 -
CMYK 0.74 0.33 0 0.19
HSL 206.49º 0.62% 0.51% -
HSV(B) 206.49º 0.74% 0.81% -
XYZ 21.96 23.73 62.45 -
YUV 121.04 176.51 79.47 -
System Red Green Blue C M Y K H S L
Decimal 53 139 207 0.74 0.33 0 0.19 206.49 0.62 0.51
Hex 35 8B CF 4A 21 0 13 CE 3E 33
Octal 65 213 317 112 41 0 23 316 76 63
Binary 110101 10001011 11001111 1001010 100001 0 10011 11001110 111110 110011

Color Harmonies of #358BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358BCF

Black with #358BCF

Text Example


Text Example

White with #358BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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