Html Css Color HEX #327ECF Curious Blue

📋 copy color: '#327ECF'

red 50 ◦ green 126 ◦ blue 207

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

Shades of Curious Blue #327ECF

Tints of Curious Blue #327ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 54.05%

R = 13.05%
G = 32.9%
B = 54.05%

CMYK

 C value IS 0.76

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#327ECF (or 0x327ECF) is known color: Curious Blue. HEX triplet: 32, 7E and CF. RGB value is (50,126,207). Sum of RGB (Red+Green+Blue) = 50+126+207=383 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.05% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #327ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327ECF is #CD8130. Grayscale: #707070. Windows color (decimal): -13467953 or 13598258. OLE color: 13598258.

HSL color Cylindrical-coordinate representation of color #327ECF: hue angle of 210.96º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #327ECF is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 50 126 207 -
CMYK 0.76 0.39 0 0.19
HSL 210.96º 0.62% 0.5% -
HSV(B) 210.96º 0.76% 0.81% -
XYZ 20.04 20.1 61.86 -
YUV 112.51 181.32 83.41 -
System Red Green Blue C M Y K H S L
Decimal 50 126 207 0.76 0.39 0 0.19 210.96 0.62 0.5
Hex 32 7E CF 4C 27 0 13 D3 3E 32
Octal 62 176 317 114 47 0 23 323 76 62
Binary 110010 1111110 11001111 1001100 100111 0 10011 11010011 111110 110010

Color Harmonies of #327ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327ECF

Black with #327ECF

Text Example


Text Example

White with #327ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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