Html Css Color HEX #327BC0 Curious Blue

📋 copy color: '#327BC0'

red 50 ◦ green 123 ◦ blue 192

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

Shades of Curious Blue #327BC0

Tints of Curious Blue #327BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 52.6%

R = 13.7%
G = 33.7%
B = 52.6%

CMYK

 C value IS 0.74

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#327BC0 (or 0x327BC0) is known color: Curious Blue. HEX triplet: 32, 7B and C0. RGB value is (50,123,192). Sum of RGB (Red+Green+Blue) = 50+123+192=365 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.70% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 192 (75.39% from 255 or 52.60% from 365); Max value from RGB is 192 - color contains mainly: blue. Hex color #327BC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327BC0 is #CD843F. Grayscale: #6C6C6C. Windows color (decimal): -13468736 or 12614450. OLE color: 12614450.

HSL color Cylindrical-coordinate representation of color #327BC0: hue angle of 209.15º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #327BC0 is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 123 192 -
CMYK 0.74 0.36 0 0.25
HSL 209.15º 0.59% 0.47% -
HSV(B) 209.15º 0.74% 0.75% -
XYZ 17.91 18.65 52.52 -
YUV 109.04 174.82 85.89 -
System Red Green Blue C M Y K H S L
Decimal 50 123 192 0.74 0.36 0 0.25 209.15 0.59 0.47
Hex 32 7B C0 4A 24 0 19 D1 3B 2F
Octal 62 173 300 112 44 0 31 321 73 57
Binary 110010 1111011 11000000 1001010 100100 0 11001 11010001 111011 101111

Color Harmonies of #327BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327BC0

Black with #327BC0

Text Example


Text Example

White with #327BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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