Html Css Color HEX #327DB6 Curious Blue

📋 copy color: '#327DB6'

red 50 ◦ green 125 ◦ blue 182

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

Shades of Curious Blue #327DB6

Tints of Curious Blue #327DB6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.01%

 BLUE value IS 182 (71.48% from 255) = 50.98%

R = 14.01%
G = 35.01%
B = 50.98%

CMYK

 C value IS 0.73

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#327DB6 (or 0x327DB6) is known color: Curious Blue. HEX triplet: 32, 7D and B6. RGB value is (50,125,182). Sum of RGB (Red+Green+Blue) = 50+125+182=357 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.01% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 182 (71.48% from 255 or 50.98% from 357); Max value from RGB is 182 - color contains mainly: blue. Hex color #327DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327DB6 is #CD8249. Grayscale: #6C6C6C. Windows color (decimal): -13468234 or 11959602. OLE color: 11959602.

HSL color Cylindrical-coordinate representation of color #327DB6: hue angle of 205.91º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #327DB6 is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 50 125 182 -
CMYK 0.73 0.31 0 0.29
HSL 205.91º 0.57% 0.45% -
HSV(B) 205.91º 0.73% 0.71% -
XYZ 17.09 18.72 46.97 -
YUV 109.07 169.15 85.87 -
System Red Green Blue C M Y K H S L
Decimal 50 125 182 0.73 0.31 0 0.29 205.91 0.57 0.45
Hex 32 7D B6 49 1F 0 1D CE 39 2D
Octal 62 175 266 111 37 0 35 316 71 55
Binary 110010 1111101 10110110 1001001 11111 0 11101 11001110 111001 101101

Color Harmonies of #327DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327DB6

Black with #327DB6

Text Example


Text Example

White with #327DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,125,182); }

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

background-color css

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

 a { background-color: rgb(50,125,182); }

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

border-color css

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

 span { border-color: rgb(50,125,182); }

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