Html Css Color HEX #356DBF Curious Blue

📋 copy color: '#356DBF'

red 53 ◦ green 109 ◦ blue 191

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

Shades of Curious Blue #356DBF

Tints of Curious Blue #356DBF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.88%

 BLUE value IS 191 (75% from 255) = 54.11%

R = 15.01%
G = 30.88%
B = 54.11%

CMYK

 C value IS 0.72

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#356DBF (or 0x356DBF) is known color: Curious Blue. HEX triplet: 35, 6D and BF. RGB value is (53,109,191). Sum of RGB (Red+Green+Blue) = 53+109+191=353 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.01% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #356DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356DBF is #CA9240. Grayscale: #656565. Windows color (decimal): -13275713 or 12545333. OLE color: 12545333.

HSL color Cylindrical-coordinate representation of color #356DBF: hue angle of 215.65º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #356DBF is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 109 191 -
CMYK 0.72 0.43 0 0.25
HSL 215.65º 0.57% 0.48% -
HSV(B) 215.65º 0.72% 0.75% -
XYZ 16.34 15.46 51.41 -
YUV 101.6 178.45 93.33 -
System Red Green Blue C M Y K H S L
Decimal 53 109 191 0.72 0.43 0 0.25 215.65 0.57 0.48
Hex 35 6D BF 48 2B 0 19 D8 39 30
Octal 65 155 277 110 53 0 31 330 71 60
Binary 110101 1101101 10111111 1001000 101011 0 11001 11011000 111001 110000

Color Harmonies of #356DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356DBF

Black with #356DBF

Text Example


Text Example

White with #356DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356DBF; }

 p { color: rgb(53,109,191); }

 H1.HeaderClassName
 {
   color: #356DBF;
 }
 .AnyTagClassName
 {
   color: #356DBF;
 }
</style>

background-color css

<style>
 a { background-color: #356DBF; }

 a { background-color: rgb(53,109,191); }

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

border-color css

<style>
 span { border-color: #356DBF; }

 span { border-color: rgb(53,109,191); }

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