Html Css Color HEX #327BBC Curious Blue

📋 copy color: '#327BBC'

red 50 ◦ green 123 ◦ blue 188

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

Shades of Curious Blue #327BBC

Tints of Curious Blue #327BBC

RGB

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

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

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

R = 13.85%
G = 34.07%
B = 52.08%

CMYK

 C value IS 0.73

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#327BBC (or 0x327BBC) is known color: Curious Blue. HEX triplet: 32, 7B and BC. RGB value is (50,123,188). Sum of RGB (Red+Green+Blue) = 50+123+188=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #327BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327BBC is #CD8443. Grayscale: #6C6C6C. Windows color (decimal): -13468740 or 12352306. OLE color: 12352306.

HSL color Cylindrical-coordinate representation of color #327BBC: hue angle of 208.26º 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 #327BBC is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 123 188 -
CMYK 0.73 0.35 0 0.26
HSL 208.26º 0.58% 0.47% -
HSV(B) 208.26º 0.73% 0.74% -
XYZ 17.48 18.47 50.22 -
YUV 108.58 172.82 86.21 -
System Red Green Blue C M Y K H S L
Decimal 50 123 188 0.73 0.35 0 0.26 208.26 0.58 0.47
Hex 32 7B BC 49 23 0 1A D0 3A 2F
Octal 62 173 274 111 43 0 32 320 72 57
Binary 110010 1111011 10111100 1001001 100011 0 11010 11010000 111010 101111

Color Harmonies of #327BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327BBC

Black with #327BBC

Text Example


Text Example

White with #327BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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