Html Css Color HEX #327BAE Curious Blue

📋 copy color: '#327BAE'

red 50 ◦ green 123 ◦ blue 174

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

Shades of Curious Blue #327BAE

Tints of Curious Blue #327BAE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.45%

 BLUE value IS 174 (68.36% from 255) = 50.14%

R = 14.41%
G = 35.45%
B = 50.14%

CMYK

 C value IS 0.71

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#327BAE (or 0x327BAE) is known color: Curious Blue. HEX triplet: 32, 7B and AE. RGB value is (50,123,174). Sum of RGB (Red+Green+Blue) = 50+123+174=347 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.41% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #327BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327BAE is #CD8451. Grayscale: #6A6A6A. Windows color (decimal): -13468754 or 11434802. OLE color: 11434802.

HSL color Cylindrical-coordinate representation of color #327BAE: hue angle of 204.68º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #327BAE is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 50 123 174 -
CMYK 0.71 0.29 0 0.32
HSL 204.68º 0.55% 0.44% -
HSV(B) 204.68º 0.71% 0.68% -
XYZ 16.04 17.9 42.65 -
YUV 106.99 165.82 87.35 -
System Red Green Blue C M Y K H S L
Decimal 50 123 174 0.71 0.29 0 0.32 204.68 0.55 0.44
Hex 32 7B AE 47 1D 0 20 CD 37 2C
Octal 62 173 256 107 35 0 40 315 67 54
Binary 110010 1111011 10101110 1000111 11101 0 100000 11001101 110111 101100

Color Harmonies of #327BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327BAE

Black with #327BAE

Text Example


Text Example

White with #327BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,123,174); }

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

background-color css

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

 a { background-color: rgb(50,123,174); }

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

border-color css

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

 span { border-color: rgb(50,123,174); }

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