Html Css Color HEX #356EBA Curious Blue

📋 copy color: '#356EBA'

red 53 ◦ green 110 ◦ blue 186

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

Shades of Curious Blue #356EBA

Tints of Curious Blue #356EBA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.52%

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

R = 15.19%
G = 31.52%
B = 53.3%

CMYK

 C value IS 0.72

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#356EBA (or 0x356EBA) is known color: Curious Blue. HEX triplet: 35, 6E and BA. RGB value is (53,110,186). Sum of RGB (Red+Green+Blue) = 53+110+186=349 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.19% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #356EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356EBA is #CA9145. Grayscale: #656565. Windows color (decimal): -13275462 or 12217909. OLE color: 12217909.

HSL color Cylindrical-coordinate representation of color #356EBA: hue angle of 214.29º 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 #356EBA is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 110 186 -
CMYK 0.72 0.41 0 0.27
HSL 214.29º 0.56% 0.47% -
HSV(B) 214.29º 0.72% 0.73% -
XYZ 15.91 15.45 48.6 -
YUV 101.62 175.62 93.32 -
System Red Green Blue C M Y K H S L
Decimal 53 110 186 0.72 0.41 0 0.27 214.29 0.56 0.47
Hex 35 6E BA 48 29 0 1B D6 38 2F
Octal 65 156 272 110 51 0 33 326 70 57
Binary 110101 1101110 10111010 1001000 101001 0 11011 11010110 111000 101111

Color Harmonies of #356EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356EBA

Black with #356EBA

Text Example


Text Example

White with #356EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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