Html Css Color HEX #356FBA Curious Blue

📋 copy color: '#356FBA'

red 53 ◦ green 111 ◦ blue 186

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

Shades of Curious Blue #356FBA

Tints of Curious Blue #356FBA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.71%

 BLUE value IS 186 (73.05% from 255) = 53.14%

R = 15.14%
G = 31.71%
B = 53.14%

CMYK

 C value IS 0.72

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#356FBA (or 0x356FBA) is known color: Curious Blue. HEX triplet: 35, 6F and BA. RGB value is (53,111,186). Sum of RGB (Red+Green+Blue) = 53+111+186=350 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.14% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #356FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356FBA is #CA9045. Grayscale: #656565. Windows color (decimal): -13275206 or 12218165. OLE color: 12218165.

HSL color Cylindrical-coordinate representation of color #356FBA: hue angle of 213.83º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #356FBA is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 111 186 -
CMYK 0.72 0.40 0 0.27
HSL 213.83º 0.56% 0.47% -
HSV(B) 213.83º 0.72% 0.73% -
XYZ 16.02 15.67 48.64 -
YUV 102.21 175.28 92.9 -
System Red Green Blue C M Y K H S L
Decimal 53 111 186 0.72 0.40 0 0.27 213.83 0.56 0.47
Hex 35 6F BA 48 28 0 1B D6 38 2F
Octal 65 157 272 110 50 0 33 326 70 57
Binary 110101 1101111 10111010 1001000 101000 0 11011 11010110 111000 101111

Color Harmonies of #356FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356FBA

Black with #356FBA

Text Example


Text Example

White with #356FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,111,186); }

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

background-color css

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

 a { background-color: rgb(53,111,186); }

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

border-color css

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

 span { border-color: rgb(53,111,186); }

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