Html Css Color HEX #326FBE Curious Blue

📋 copy color: '#326FBE'

red 50 ◦ green 111 ◦ blue 190

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

Shades of Curious Blue #326FBE

Tints of Curious Blue #326FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 54.13%

R = 14.25%
G = 31.62%
B = 54.13%

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

#326FBE (or 0x326FBE) is known color: Curious Blue. HEX triplet: 32, 6F and BE. RGB value is (50,111,190). Sum of RGB (Red+Green+Blue) = 50+111+190=351 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.25% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #326FBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326FBE is #CD9041. Grayscale: #656565. Windows color (decimal): -13471810 or 12480306. OLE color: 12480306.

HSL color Cylindrical-coordinate representation of color #326FBE: hue angle of 213.86º degrees, saturation: 0.58, 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 #326FBE is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 111 190 -
CMYK 0.74 0.42 0 0.25
HSL 213.86º 0.58% 0.47% -
HSV(B) 213.86º 0.74% 0.75% -
XYZ 16.29 15.76 50.9 -
YUV 101.77 177.79 91.08 -
System Red Green Blue C M Y K H S L
Decimal 50 111 190 0.74 0.42 0 0.25 213.86 0.58 0.47
Hex 32 6F BE 4A 2A 0 19 D6 3A 2F
Octal 62 157 276 112 52 0 31 326 72 57
Binary 110010 1101111 10111110 1001010 101010 0 11001 11010110 111010 101111

Color Harmonies of #326FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326FBE

Black with #326FBE

Text Example


Text Example

White with #326FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,111,190); }

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

background-color css

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

 a { background-color: rgb(50,111,190); }

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

border-color css

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

 span { border-color: rgb(50,111,190); }

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