Html Css Color HEX #327CBC Curious Blue

📋 copy color: '#327CBC'

red 50 ◦ green 124 ◦ blue 188

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

Shades of Curious Blue #327CBC

Tints of Curious Blue #327CBC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.25%

 BLUE value IS 188 (73.83% from 255) = 51.93%

R = 13.81%
G = 34.25%
B = 51.93%

CMYK

 C value IS 0.73

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#327CBC (or 0x327CBC) is known color: Curious Blue. HEX triplet: 32, 7C and BC. RGB value is (50,124,188). Sum of RGB (Red+Green+Blue) = 50+124+188=362 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.81% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #327CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327CBC is #CD8343. Grayscale: #6C6C6C. Windows color (decimal): -13468484 or 12352562. OLE color: 12352562.

HSL color Cylindrical-coordinate representation of color #327CBC: hue angle of 207.83º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #327CBC is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 124 188 -
CMYK 0.73 0.34 0 0.26
HSL 207.83º 0.58% 0.47% -
HSV(B) 207.83º 0.73% 0.74% -
XYZ 17.6 18.72 50.26 -
YUV 109.17 172.48 85.8 -
System Red Green Blue C M Y K H S L
Decimal 50 124 188 0.73 0.34 0 0.26 207.83 0.58 0.47
Hex 32 7C BC 49 22 0 1A D0 3A 2F
Octal 62 174 274 111 42 0 32 320 72 57
Binary 110010 1111100 10111100 1001001 100010 0 11010 11010000 111010 101111

Color Harmonies of #327CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327CBC

Black with #327CBC

Text Example


Text Example

White with #327CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,124,188); }

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

background-color css

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

 a { background-color: rgb(50,124,188); }

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

border-color css

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

 span { border-color: rgb(50,124,188); }

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