Html Css Color HEX #327FD0 Curious Blue

📋 copy color: '#327FD0'

red 50 ◦ green 127 ◦ blue 208

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

Shades of Curious Blue #327FD0

Tints of Curious Blue #327FD0

RGB

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

 GREEN value IS 127 (50% from 255) = 32.99%

 BLUE value IS 208 (81.64% from 255) = 54.03%

R = 12.99%
G = 32.99%
B = 54.03%

CMYK

 C value IS 0.76

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#327FD0 (or 0x327FD0) is known color: Curious Blue. HEX triplet: 32, 7F and D0. RGB value is (50,127,208). Sum of RGB (Red+Green+Blue) = 50+127+208=385 (50% of max value = 765). Red value is 50 (19.92% from 255 or 12.99% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 208 (81.64% from 255 or 54.03% from 385); Max value from RGB is 208 - color contains mainly: blue. Hex color #327FD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327FD0 is #CD802F. Grayscale: #707070. Windows color (decimal): -13467696 or 13664050. OLE color: 13664050.

HSL color Cylindrical-coordinate representation of color #327FD0: hue angle of 210.76º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #327FD0 is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 50 127 208 -
CMYK 0.76 0.39 0 0.18
HSL 210.76º 0.63% 0.51% -
HSV(B) 210.76º 0.76% 0.82% -
XYZ 20.29 20.41 62.54 -
YUV 113.21 181.49 82.91 -
System Red Green Blue C M Y K H S L
Decimal 50 127 208 0.76 0.39 0 0.18 210.76 0.63 0.51
Hex 32 7F D0 4C 27 0 12 D3 3F 33
Octal 62 177 320 114 47 0 22 323 77 63
Binary 110010 1111111 11010000 1001100 100111 0 10010 11010011 111111 110011

Color Harmonies of #327FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327FD0

Black with #327FD0

Text Example


Text Example

White with #327FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,127,208); }

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

background-color css

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

 a { background-color: rgb(50,127,208); }

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

border-color css

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

 span { border-color: rgb(50,127,208); }

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