Html Css Color HEX #356DBB Curious Blue

📋 copy color: '#356DBB'

red 53 ◦ green 109 ◦ blue 187

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

Shades of Curious Blue #356DBB

Tints of Curious Blue #356DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 53.58%

R = 15.19%
G = 31.23%
B = 53.58%

CMYK

 C value IS 0.72

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#356DBB (or 0x356DBB) is known color: Curious Blue. HEX triplet: 35, 6D and BB. RGB value is (53,109,187). Sum of RGB (Red+Green+Blue) = 53+109+187=349 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.19% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 187 (73.44% from 255 or 53.58% from 349); Max value from RGB is 187 - color contains mainly: blue. Hex color #356DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356DBB is #CA9244. Grayscale: #646464. Windows color (decimal): -13275717 or 12283189. OLE color: 12283189.

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

Color convert

RGB 53 109 187 -
CMYK 0.72 0.42 0 0.27
HSL 214.93º 0.56% 0.47% -
HSV(B) 214.93º 0.72% 0.73% -
XYZ 15.91 15.28 49.13 -
YUV 101.15 176.45 93.66 -
System Red Green Blue C M Y K H S L
Decimal 53 109 187 0.72 0.42 0 0.27 214.93 0.56 0.47
Hex 35 6D BB 48 2A 0 1B D7 38 2F
Octal 65 155 273 110 52 0 33 327 70 57
Binary 110101 1101101 10111011 1001000 101010 0 11011 11010111 111000 101111

Color Harmonies of #356DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356DBB

Black with #356DBB

Text Example


Text Example

White with #356DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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