Html Css Color HEX #318ACE Curious Blue

📋 copy color: '#318ACE'

red 49 ◦ green 138 ◦ blue 206

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

Shades of Curious Blue #318ACE

Tints of Curious Blue #318ACE

RGB

 RED value IS 49 (19.53% from 255) = 12.47%

 GREEN value IS 138 (54.3% from 255) = 35.11%

 BLUE value IS 206 (80.86% from 255) = 52.42%

R = 12.47%
G = 35.11%
B = 52.42%

CMYK

 C value IS 0.76

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#318ACE (or 0x318ACE) is known color: Curious Blue. HEX triplet: 31, 8A and CE. RGB value is (49,138,206). Sum of RGB (Red+Green+Blue) = 49+138+206=393 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.47% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #318ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318ACE is #CE7531. Grayscale: #767676. Windows color (decimal): -13530418 or 13535793. OLE color: 13535793.

HSL color Cylindrical-coordinate representation of color #318ACE: hue angle of 205.99º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #318ACE is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 138 206 -
CMYK 0.76 0.33 0 0.19
HSL 205.99º 0.62% 0.5% -
HSV(B) 205.99º 0.76% 0.81% -
XYZ 21.5 23.29 61.75 -
YUV 119.14 177.01 77.97 -
System Red Green Blue C M Y K H S L
Decimal 49 138 206 0.76 0.33 0 0.19 205.99 0.62 0.5
Hex 31 8A CE 4C 21 0 13 CE 3E 32
Octal 61 212 316 114 41 0 23 316 76 62
Binary 110001 10001010 11001110 1001100 100001 0 10011 11001110 111110 110010

Color Harmonies of #318ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318ACE

Black with #318ACE

Text Example


Text Example

White with #318ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318ACE; }

 p { color: rgb(49,138,206); }

 H1.HeaderClassName
 {
   color: #318ACE;
 }
 .AnyTagClassName
 {
   color: #318ACE;
 }
</style>

background-color css

<style>
 a { background-color: #318ACE; }

 a { background-color: rgb(49,138,206); }

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

border-color css

<style>
 span { border-color: #318ACE; }

 span { border-color: rgb(49,138,206); }

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