Html Css Color HEX #327EBA Curious Blue

📋 copy color: '#327EBA'

red 50 ◦ green 126 ◦ blue 186

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

Shades of Curious Blue #327EBA

Tints of Curious Blue #327EBA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.81%

 BLUE value IS 186 (73.05% from 255) = 51.38%

R = 13.81%
G = 34.81%
B = 51.38%

CMYK

 C value IS 0.73

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#327EBA (or 0x327EBA) is known color: Curious Blue. HEX triplet: 32, 7E and BA. RGB value is (50,126,186). Sum of RGB (Red+Green+Blue) = 50+126+186=362 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.81% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #327EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327EBA is #CD8145. Grayscale: #6D6D6D. Windows color (decimal): -13467974 or 12222002. OLE color: 12222002.

HSL color Cylindrical-coordinate representation of color #327EBA: hue angle of 206.47º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #327EBA is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 126 186 -
CMYK 0.73 0.32 0 0.27
HSL 206.47º 0.58% 0.46% -
HSV(B) 206.47º 0.73% 0.73% -
XYZ 17.64 19.14 49.22 -
YUV 110.12 170.82 85.12 -
System Red Green Blue C M Y K H S L
Decimal 50 126 186 0.73 0.32 0 0.27 206.47 0.58 0.46
Hex 32 7E BA 49 20 0 1B CE 3A 2E
Octal 62 176 272 111 40 0 33 316 72 56
Binary 110010 1111110 10111010 1001001 100000 0 11011 11001110 111010 101110

Color Harmonies of #327EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327EBA

Black with #327EBA

Text Example


Text Example

White with #327EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327EBA; }

 p { color: rgb(50,126,186); }

 H1.HeaderClassName
 {
   color: #327EBA;
 }
 .AnyTagClassName
 {
   color: #327EBA;
 }
</style>

background-color css

<style>
 a { background-color: #327EBA; }

 a { background-color: rgb(50,126,186); }

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

border-color css

<style>
 span { border-color: #327EBA; }

 span { border-color: rgb(50,126,186); }

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