Html Css Color HEX #327BC5 Curious Blue

📋 copy color: '#327BC5'

red 50 ◦ green 123 ◦ blue 197

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

Shades of Curious Blue #327BC5

Tints of Curious Blue #327BC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 53.24%

R = 13.51%
G = 33.24%
B = 53.24%

CMYK

 C value IS 0.75

 M value IS 0.38

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#327BC5 (or 0x327BC5) is known color: Curious Blue. HEX triplet: 32, 7B and C5. RGB value is (50,123,197). Sum of RGB (Red+Green+Blue) = 50+123+197=370 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.51% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 197 (77.34% from 255 or 53.24% from 370); Max value from RGB is 197 - color contains mainly: blue. Hex color #327BC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327BC5 is #CD843A. Grayscale: #6D6D6D. Windows color (decimal): -13468731 or 12942130. OLE color: 12942130.

HSL color Cylindrical-coordinate representation of color #327BC5: hue angle of 210.2º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #327BC5 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 50 123 197 -
CMYK 0.75 0.38 0 0.23
HSL 210.2º 0.6% 0.48% -
HSV(B) 210.2º 0.75% 0.77% -
XYZ 18.48 18.88 55.49 -
YUV 109.61 177.32 85.48 -
System Red Green Blue C M Y K H S L
Decimal 50 123 197 0.75 0.38 0 0.23 210.2 0.6 0.48
Hex 32 7B C5 4B 26 0 17 D2 3C 30
Octal 62 173 305 113 46 0 27 322 74 60
Binary 110010 1111011 11000101 1001011 100110 0 10111 11010010 111100 110000

Color Harmonies of #327BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327BC5

Black with #327BC5

Text Example


Text Example

White with #327BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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