Html Css Color HEX #327EC8 Curious Blue

📋 copy color: '#327EC8'

red 50 ◦ green 126 ◦ blue 200

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

Shades of Curious Blue #327EC8

Tints of Curious Blue #327EC8

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.51%

 BLUE value IS 200 (78.52% from 255) = 53.19%

R = 13.3%
G = 33.51%
B = 53.19%

CMYK

 C value IS 0.75

 M value IS 0.37

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#327EC8 (or 0x327EC8) is known color: Curious Blue. HEX triplet: 32, 7E and C8. RGB value is (50,126,200). Sum of RGB (Red+Green+Blue) = 50+126+200=376 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.30% from 376); Green value is 126 (49.61% from 255 or 33.51% from 376); Blue value is 200 (78.52% from 255 or 53.19% from 376); Max value from RGB is 200 - color contains mainly: blue. Hex color #327EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327EC8 is #CD8137. Grayscale: #6F6F6F. Windows color (decimal): -13467960 or 13139506. OLE color: 13139506.

HSL color Cylindrical-coordinate representation of color #327EC8: hue angle of 209.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #327EC8 is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 50 126 200 -
CMYK 0.75 0.37 0 0.22
HSL 209.6º 0.6% 0.49% -
HSV(B) 209.6º 0.75% 0.78% -
XYZ 19.2 19.77 57.45 -
YUV 111.71 177.82 83.98 -
System Red Green Blue C M Y K H S L
Decimal 50 126 200 0.75 0.37 0 0.22 209.6 0.6 0.49
Hex 32 7E C8 4B 25 0 16 D2 3C 31
Octal 62 176 310 113 45 0 26 322 74 61
Binary 110010 1111110 11001000 1001011 100101 0 10110 11010010 111100 110001

Color Harmonies of #327EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327EC8

Black with #327EC8

Text Example


Text Example

White with #327EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,126,200); }

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

background-color css

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

 a { background-color: rgb(50,126,200); }

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

border-color css

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

 span { border-color: rgb(50,126,200); }

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