Html Css Color HEX #356FBF Curious Blue

📋 copy color: '#356FBF'

red 53 ◦ green 111 ◦ blue 191

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

Shades of Curious Blue #356FBF

Tints of Curious Blue #356FBF

RGB

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

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

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

R = 14.93%
G = 31.27%
B = 53.8%

CMYK

 C value IS 0.72

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#356FBF (or 0x356FBF) is known color: Curious Blue. HEX triplet: 35, 6F and BF. RGB value is (53,111,191). Sum of RGB (Red+Green+Blue) = 53+111+191=355 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.93% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 191 (75% from 255 or 53.80% from 355); Max value from RGB is 191 - color contains mainly: blue. Hex color #356FBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356FBF is #CA9040. Grayscale: #666666. Windows color (decimal): -13275201 or 12545845. OLE color: 12545845.

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

Color convert

RGB 53 111 191 -
CMYK 0.72 0.42 0 0.25
HSL 214.78º 0.57% 0.48% -
HSV(B) 214.78º 0.72% 0.75% -
XYZ 16.56 15.89 51.48 -
YUV 102.78 177.78 92.5 -
System Red Green Blue C M Y K H S L
Decimal 53 111 191 0.72 0.42 0 0.25 214.78 0.57 0.48
Hex 35 6F BF 48 2A 0 19 D7 39 30
Octal 65 157 277 110 52 0 31 327 71 60
Binary 110101 1101111 10111111 1001000 101010 0 11001 11010111 111001 110000

Color Harmonies of #356FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356FBF

Black with #356FBF

Text Example


Text Example

White with #356FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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