Html Css Color HEX #327CCB Curious Blue

📋 copy color: '#327CCB'

red 50 ◦ green 124 ◦ blue 203

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

Shades of Curious Blue #327CCB

Tints of Curious Blue #327CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.85%

R = 13.26%
G = 32.89%
B = 53.85%

CMYK

 C value IS 0.75

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#327CCB (or 0x327CCB) is known color: Curious Blue. HEX triplet: 32, 7C and CB. RGB value is (50,124,203). Sum of RGB (Red+Green+Blue) = 50+124+203=377 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.26% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #327CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327CCB is #CD8334. Grayscale: #6E6E6E. Windows color (decimal): -13468469 or 13335602. OLE color: 13335602.

HSL color Cylindrical-coordinate representation of color #327CCB: hue angle of 210.98º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #327CCB is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 124 203 -
CMYK 0.75 0.39 0 0.20
HSL 210.98º 0.6% 0.5% -
HSV(B) 210.98º 0.75% 0.8% -
XYZ 19.3 19.41 59.23 -
YUV 110.88 179.98 84.58 -
System Red Green Blue C M Y K H S L
Decimal 50 124 203 0.75 0.39 0 0.20 210.98 0.6 0.5
Hex 32 7C CB 4B 27 0 14 D3 3C 32
Octal 62 174 313 113 47 0 24 323 74 62
Binary 110010 1111100 11001011 1001011 100111 0 10100 11010011 111100 110010

Color Harmonies of #327CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327CCB

Black with #327CCB

Text Example


Text Example

White with #327CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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