Html Css Color HEX #326EBF Curious Blue

📋 copy color: '#326EBF'

red 50 ◦ green 110 ◦ blue 191

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

Shades of Curious Blue #326EBF

Tints of Curious Blue #326EBF

RGB

 RED value IS 50 (19.92% from 255) = 14.25%

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

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

R = 14.25%
G = 31.34%
B = 54.42%

CMYK

 C value IS 0.74

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#326EBF (or 0x326EBF) is known color: Curious Blue. HEX triplet: 32, 6E and BF. RGB value is (50,110,191). Sum of RGB (Red+Green+Blue) = 50+110+191=351 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.25% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 191 (75% from 255 or 54.42% from 351); Max value from RGB is 191 - color contains mainly: blue. Hex color #326EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326EBF is #CD9140. Grayscale: #646464. Windows color (decimal): -13472065 or 12545586. OLE color: 12545586.

HSL color Cylindrical-coordinate representation of color #326EBF: hue angle of 214.47º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #326EBF is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 110 191 -
CMYK 0.74 0.42 0 0.25
HSL 214.47º 0.59% 0.47% -
HSV(B) 214.47º 0.74% 0.75% -
XYZ 16.3 15.59 51.44 -
YUV 101.29 178.62 91.41 -
System Red Green Blue C M Y K H S L
Decimal 50 110 191 0.74 0.42 0 0.25 214.47 0.59 0.47
Hex 32 6E BF 4A 2A 0 19 D6 3B 2F
Octal 62 156 277 112 52 0 31 326 73 57
Binary 110010 1101110 10111111 1001010 101010 0 11001 11010110 111011 101111

Color Harmonies of #326EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326EBF

Black with #326EBF

Text Example


Text Example

White with #326EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326EBF; }

 p { color: rgb(50,110,191); }

 H1.HeaderClassName
 {
   color: #326EBF;
 }
 .AnyTagClassName
 {
   color: #326EBF;
 }
</style>

background-color css

<style>
 a { background-color: #326EBF; }

 a { background-color: rgb(50,110,191); }

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

border-color css

<style>
 span { border-color: #326EBF; }

 span { border-color: rgb(50,110,191); }

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