Html Css Color HEX #327DBB Curious Blue

📋 copy color: '#327DBB'

red 50 ◦ green 125 ◦ blue 187

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

Shades of Curious Blue #327DBB

Tints of Curious Blue #327DBB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.53%

 BLUE value IS 187 (73.44% from 255) = 51.66%

R = 13.81%
G = 34.53%
B = 51.66%

CMYK

 C value IS 0.73

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#327DBB (or 0x327DBB) is known color: Curious Blue. HEX triplet: 32, 7D and BB. RGB value is (50,125,187). Sum of RGB (Red+Green+Blue) = 50+125+187=362 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.81% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 187 (73.44% from 255 or 51.66% from 362); Max value from RGB is 187 - color contains mainly: blue. Hex color #327DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327DBB is #CD8244. Grayscale: #6D6D6D. Windows color (decimal): -13468229 or 12287282. OLE color: 12287282.

HSL color Cylindrical-coordinate representation of color #327DBB: hue angle of 207.15º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #327DBB is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 125 187 -
CMYK 0.73 0.33 0 0.27
HSL 207.15º 0.58% 0.46% -
HSV(B) 207.15º 0.73% 0.73% -
XYZ 17.62 18.93 49.74 -
YUV 109.64 171.65 85.46 -
System Red Green Blue C M Y K H S L
Decimal 50 125 187 0.73 0.33 0 0.27 207.15 0.58 0.46
Hex 32 7D BB 49 21 0 1B CF 3A 2E
Octal 62 175 273 111 41 0 33 317 72 56
Binary 110010 1111101 10111011 1001001 100001 0 11011 11001111 111010 101110

Color Harmonies of #327DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327DBB

Black with #327DBB

Text Example


Text Example

White with #327DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,125,187); }

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

background-color css

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

 a { background-color: rgb(50,125,187); }

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

border-color css

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

 span { border-color: rgb(50,125,187); }

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