Html Css Color HEX #327AB3 Curious Blue

📋 copy color: '#327AB3'

red 50 ◦ green 122 ◦ blue 179

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

Shades of Curious Blue #327AB3

Tints of Curious Blue #327AB3

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.76%

 BLUE value IS 179 (70.31% from 255) = 51%

R = 14.25%
G = 34.76%
B = 51%

CMYK

 C value IS 0.72

 M value IS 0.32

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#327AB3 (or 0x327AB3) is known color: Curious Blue. HEX triplet: 32, 7A and B3. RGB value is (50,122,179). Sum of RGB (Red+Green+Blue) = 50+122+179=351 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.25% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 179 (70.31% from 255 or 51.00% from 351); Max value from RGB is 179 - color contains mainly: blue. Hex color #327AB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327AB3 is #CD854C. Grayscale: #6A6A6A. Windows color (decimal): -13469005 or 11762226. OLE color: 11762226.

HSL color Cylindrical-coordinate representation of color #327AB3: hue angle of 206.51º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #327AB3 is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 50 122 179 -
CMYK 0.72 0.32 0 0.30
HSL 206.51º 0.56% 0.45% -
HSV(B) 206.51º 0.72% 0.7% -
XYZ 16.41 17.85 45.23 -
YUV 106.97 168.65 87.37 -
System Red Green Blue C M Y K H S L
Decimal 50 122 179 0.72 0.32 0 0.30 206.51 0.56 0.45
Hex 32 7A B3 48 20 0 1E CF 38 2D
Octal 62 172 263 110 40 0 36 317 70 55
Binary 110010 1111010 10110011 1001000 100000 0 11110 11001111 111000 101101

Color Harmonies of #327AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327AB3

Black with #327AB3

Text Example


Text Example

White with #327AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,122,179); }

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

background-color css

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

 a { background-color: rgb(50,122,179); }

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

border-color css

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

 span { border-color: rgb(50,122,179); }

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