Html Css Color HEX #327DBA Curious Blue

📋 copy color: '#327DBA'

red 50 ◦ green 125 ◦ blue 186

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

Shades of Curious Blue #327DBA

Tints of Curious Blue #327DBA

RGB

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

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

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

R = 13.85%
G = 34.63%
B = 51.52%

CMYK

 C value IS 0.73

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#327DBA (or 0x327DBA) is known color: Curious Blue. HEX triplet: 32, 7D and BA. RGB value is (50,125,186). Sum of RGB (Red+Green+Blue) = 50+125+186=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #327DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327DBA is #CD8245. Grayscale: #6D6D6D. Windows color (decimal): -13468230 or 12221746. OLE color: 12221746.

HSL color Cylindrical-coordinate representation of color #327DBA: hue angle of 206.91º 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 #327DBA is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 125 186 -
CMYK 0.73 0.33 0 0.27
HSL 206.91º 0.58% 0.46% -
HSV(B) 206.91º 0.73% 0.73% -
XYZ 17.51 18.89 49.18 -
YUV 109.53 171.15 85.54 -
System Red Green Blue C M Y K H S L
Decimal 50 125 186 0.73 0.33 0 0.27 206.91 0.58 0.46
Hex 32 7D BA 49 21 0 1B CF 3A 2E
Octal 62 175 272 111 41 0 33 317 72 56
Binary 110010 1111101 10111010 1001001 100001 0 11011 11001111 111010 101110

Color Harmonies of #327DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327DBA

Black with #327DBA

Text Example


Text Example

White with #327DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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