Html Css Color HEX #327BAF Curious Blue

📋 copy color: '#327BAF'

red 50 ◦ green 123 ◦ blue 175

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

Shades of Curious Blue #327BAF

Tints of Curious Blue #327BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 50.29%

R = 14.37%
G = 35.34%
B = 50.29%

CMYK

 C value IS 0.71

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#327BAF (or 0x327BAF) is known color: Curious Blue. HEX triplet: 32, 7B and AF. RGB value is (50,123,175). Sum of RGB (Red+Green+Blue) = 50+123+175=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 175 (68.75% from 255 or 50.29% from 348); Max value from RGB is 175 - color contains mainly: blue. Hex color #327BAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327BAF is #CD8450. Grayscale: #6A6A6A. Windows color (decimal): -13468753 or 11500338. OLE color: 11500338.

HSL color Cylindrical-coordinate representation of color #327BAF: hue angle of 204.96º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #327BAF is Cyan = 0.71, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 50 123 175 -
CMYK 0.71 0.30 0 0.31
HSL 204.96º 0.56% 0.44% -
HSV(B) 204.96º 0.71% 0.69% -
XYZ 16.14 17.94 43.17 -
YUV 107.1 166.32 87.27 -
System Red Green Blue C M Y K H S L
Decimal 50 123 175 0.71 0.30 0 0.31 204.96 0.56 0.44
Hex 32 7B AF 47 1E 0 1F CD 38 2C
Octal 62 173 257 107 36 0 37 315 70 54
Binary 110010 1111011 10101111 1000111 11110 0 11111 11001101 111000 101100

Color Harmonies of #327BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327BAF

Black with #327BAF

Text Example


Text Example

White with #327BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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