Html Css Color HEX #327BBA Curious Blue

📋 copy color: '#327BBA'

red 50 ◦ green 123 ◦ blue 186

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

Shades of Curious Blue #327BBA

Tints of Curious Blue #327BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.81%

R = 13.93%
G = 34.26%
B = 51.81%

CMYK

 C value IS 0.73

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#327BBA (or 0x327BBA) is known color: Curious Blue. HEX triplet: 32, 7B and BA. RGB value is (50,123,186). Sum of RGB (Red+Green+Blue) = 50+123+186=359 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.93% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #327BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327BBA is #CD8445. Grayscale: #6C6C6C. Windows color (decimal): -13468742 or 12221234. OLE color: 12221234.

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

Color convert

RGB 50 123 186 -
CMYK 0.73 0.34 0 0.27
HSL 207.79º 0.58% 0.46% -
HSV(B) 207.79º 0.73% 0.73% -
XYZ 17.26 18.39 49.09 -
YUV 108.36 171.82 86.38 -
System Red Green Blue C M Y K H S L
Decimal 50 123 186 0.73 0.34 0 0.27 207.79 0.58 0.46
Hex 32 7B BA 49 22 0 1B D0 3A 2E
Octal 62 173 272 111 42 0 33 320 72 56
Binary 110010 1111011 10111010 1001001 100010 0 11011 11010000 111010 101110

Color Harmonies of #327BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327BBA

Black with #327BBA

Text Example


Text Example

White with #327BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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