Html Css Color HEX #327CBD Curious Blue

📋 copy color: '#327CBD'

red 50 ◦ green 124 ◦ blue 189

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

Shades of Curious Blue #327CBD

Tints of Curious Blue #327CBD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.16%

 BLUE value IS 189 (74.22% from 255) = 52.07%

R = 13.77%
G = 34.16%
B = 52.07%

CMYK

 C value IS 0.74

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#327CBD (or 0x327CBD) is known color: Curious Blue. HEX triplet: 32, 7C and BD. RGB value is (50,124,189). Sum of RGB (Red+Green+Blue) = 50+124+189=363 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.77% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #327CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327CBD is #CD8342. Grayscale: #6C6C6C. Windows color (decimal): -13468483 or 12418098. OLE color: 12418098.

HSL color Cylindrical-coordinate representation of color #327CBD: hue angle of 208.06º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #327CBD is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 124 189 -
CMYK 0.74 0.34 0 0.26
HSL 208.06º 0.58% 0.47% -
HSV(B) 208.06º 0.74% 0.74% -
XYZ 17.71 18.77 50.83 -
YUV 109.28 172.98 85.71 -
System Red Green Blue C M Y K H S L
Decimal 50 124 189 0.74 0.34 0 0.26 208.06 0.58 0.47
Hex 32 7C BD 4A 22 0 1A D0 3A 2F
Octal 62 174 275 112 42 0 32 320 72 57
Binary 110010 1111100 10111101 1001010 100010 0 11010 11010000 111010 101111

Color Harmonies of #327CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327CBD

Black with #327CBD

Text Example


Text Example

White with #327CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,124,189); }

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

background-color css

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

 a { background-color: rgb(50,124,189); }

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

border-color css

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

 span { border-color: rgb(50,124,189); }

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