Html Css Color HEX #367FC1 Curious Blue

📋 copy color: '#367FC1'

red 54 ◦ green 127 ◦ blue 193

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

Shades of Curious Blue #367FC1

Tints of Curious Blue #367FC1

RGB

 RED value IS 54 (21.48% from 255) = 14.44%

 GREEN value IS 127 (50% from 255) = 33.96%

 BLUE value IS 193 (75.78% from 255) = 51.6%

R = 14.44%
G = 33.96%
B = 51.6%

CMYK

 C value IS 0.72

 M value IS 0.34

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#367FC1 (or 0x367FC1) is known color: Curious Blue. HEX triplet: 36, 7F and C1. RGB value is (54,127,193). Sum of RGB (Red+Green+Blue) = 54+127+193=374 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.44% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 193 (75.78% from 255 or 51.60% from 374); Max value from RGB is 193 - color contains mainly: blue. Hex color #367FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367FC1 is #C9803E. Grayscale: #707070. Windows color (decimal): -13205567 or 12681014. OLE color: 12681014.

HSL color Cylindrical-coordinate representation of color #367FC1: hue angle of 208.49º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #367FC1 is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 54 127 193 -
CMYK 0.72 0.34 0 0.24
HSL 208.49º 0.56% 0.48% -
HSV(B) 208.49º 0.72% 0.76% -
XYZ 18.74 19.81 53.29 -
YUV 112.7 173.32 86.13 -
System Red Green Blue C M Y K H S L
Decimal 54 127 193 0.72 0.34 0 0.24 208.49 0.56 0.48
Hex 36 7F C1 48 22 0 18 D0 38 30
Octal 66 177 301 110 42 0 30 320 70 60
Binary 110110 1111111 11000001 1001000 100010 0 11000 11010000 111000 110000

Color Harmonies of #367FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367FC1

Black with #367FC1

Text Example


Text Example

White with #367FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367FC1; }

 p { color: rgb(54,127,193); }

 H1.HeaderClassName
 {
   color: #367FC1;
 }
 .AnyTagClassName
 {
   color: #367FC1;
 }
</style>

background-color css

<style>
 a { background-color: #367FC1; }

 a { background-color: rgb(54,127,193); }

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

border-color css

<style>
 span { border-color: #367FC1; }

 span { border-color: rgb(54,127,193); }

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