Html Css Color HEX #318ECF Curious Blue

📋 copy color: '#318ECF'

red 49 ◦ green 142 ◦ blue 207

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

Shades of Curious Blue #318ECF

Tints of Curious Blue #318ECF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.68%

 BLUE value IS 207 (81.25% from 255) = 52.01%

R = 12.31%
G = 35.68%
B = 52.01%

CMYK

 C value IS 0.76

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#318ECF (or 0x318ECF) is known color: Curious Blue. HEX triplet: 31, 8E and CF. RGB value is (49,142,207). Sum of RGB (Red+Green+Blue) = 49+142+207=398 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.31% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #318ECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318ECF is #CE7130. Grayscale: #797979. Windows color (decimal): -13529393 or 13602353. OLE color: 13602353.

HSL color Cylindrical-coordinate representation of color #318ECF: hue angle of 204.68º 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 #318ECF is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 142 207 -
CMYK 0.76 0.31 0 0.19
HSL 204.68º 0.62% 0.5% -
HSV(B) 204.68º 0.76% 0.81% -
XYZ 22.2 24.5 62.59 -
YUV 121.6 176.19 76.21 -
System Red Green Blue C M Y K H S L
Decimal 49 142 207 0.76 0.31 0 0.19 204.68 0.62 0.5
Hex 31 8E CF 4C 1F 0 13 CD 3E 32
Octal 61 216 317 114 37 0 23 315 76 62
Binary 110001 10001110 11001111 1001100 11111 0 10011 11001101 111110 110010

Color Harmonies of #318ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318ECF

Black with #318ECF

Text Example


Text Example

White with #318ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,142,207); }

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

background-color css

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

 a { background-color: rgb(49,142,207); }

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

border-color css

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

 span { border-color: rgb(49,142,207); }

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