Html Css Color HEX #356CBC Curious Blue

📋 copy color: '#356CBC'

red 53 ◦ green 108 ◦ blue 188

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

Shades of Curious Blue #356CBC

Tints of Curious Blue #356CBC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.95%

 BLUE value IS 188 (73.83% from 255) = 53.87%

R = 15.19%
G = 30.95%
B = 53.87%

CMYK

 C value IS 0.72

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#356CBC (or 0x356CBC) is known color: Curious Blue. HEX triplet: 35, 6C and BC. RGB value is (53,108,188). Sum of RGB (Red+Green+Blue) = 53+108+188=349 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.19% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #356CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356CBC is #CA9343. Grayscale: #646464. Windows color (decimal): -13275972 or 12348469. OLE color: 12348469.

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

Color convert

RGB 53 108 188 -
CMYK 0.72 0.43 0 0.26
HSL 215.56º 0.56% 0.47% -
HSV(B) 215.56º 0.72% 0.74% -
XYZ 15.91 15.11 49.66 -
YUV 100.68 177.28 94 -
System Red Green Blue C M Y K H S L
Decimal 53 108 188 0.72 0.43 0 0.26 215.56 0.56 0.47
Hex 35 6C BC 48 2B 0 1A D8 38 2F
Octal 65 154 274 110 53 0 32 330 70 57
Binary 110101 1101100 10111100 1001000 101011 0 11010 11011000 111000 101111

Color Harmonies of #356CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356CBC

Black with #356CBC

Text Example


Text Example

White with #356CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,108,188); }

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

background-color css

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

 a { background-color: rgb(53,108,188); }

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

border-color css

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

 span { border-color: rgb(53,108,188); }

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