Html Css Color HEX #327BBF Curious Blue

📋 copy color: '#327BBF'

red 50 ◦ green 123 ◦ blue 191

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

Shades of Curious Blue #327BBF

Tints of Curious Blue #327BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 52.47%

R = 13.74%
G = 33.79%
B = 52.47%

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

#327BBF (or 0x327BBF) is known color: Curious Blue. HEX triplet: 32, 7B and BF. RGB value is (50,123,191). Sum of RGB (Red+Green+Blue) = 50+123+191=364 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.74% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 191 (75% from 255 or 52.47% from 364); Max value from RGB is 191 - color contains mainly: blue. Hex color #327BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327BBF is #CD8440. Grayscale: #6C6C6C. Windows color (decimal): -13468737 or 12548914. OLE color: 12548914.

HSL color Cylindrical-coordinate representation of color #327BBF: hue angle of 208.94º 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 #327BBF is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 123 191 -
CMYK 0.74 0.36 0 0.25
HSL 208.94º 0.59% 0.47% -
HSV(B) 208.94º 0.74% 0.75% -
XYZ 17.8 18.61 51.94 -
YUV 108.93 174.32 85.97 -
System Red Green Blue C M Y K H S L
Decimal 50 123 191 0.74 0.36 0 0.25 208.94 0.59 0.47
Hex 32 7B BF 4A 24 0 19 D1 3B 2F
Octal 62 173 277 112 44 0 31 321 73 57
Binary 110010 1111011 10111111 1001010 100100 0 11001 11010001 111011 101111

Color Harmonies of #327BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327BBF

Black with #327BBF

Text Example


Text Example

White with #327BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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