Html Css Color HEX #318BCF Curious Blue

📋 copy color: '#318BCF'

red 49 ◦ green 139 ◦ blue 207

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

Shades of Curious Blue #318BCF

Tints of Curious Blue #318BCF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.19%

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

R = 12.41%
G = 35.19%
B = 52.41%

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

#318BCF (or 0x318BCF) is known color: Curious Blue. HEX triplet: 31, 8B and CF. RGB value is (49,139,207). Sum of RGB (Red+Green+Blue) = 49+139+207=395 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.41% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #318BCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318BCF is #CE7430. Grayscale: #777777. Windows color (decimal): -13530161 or 13601585. OLE color: 13601585.

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

Color convert

RGB 49 139 207 -
CMYK 0.76 0.33 0 0.19
HSL 205.82º 0.62% 0.5% -
HSV(B) 205.82º 0.76% 0.81% -
XYZ 21.76 23.62 62.44 -
YUV 119.84 177.18 77.47 -
System Red Green Blue C M Y K H S L
Decimal 49 139 207 0.76 0.33 0 0.19 205.82 0.62 0.5
Hex 31 8B CF 4C 21 0 13 CE 3E 32
Octal 61 213 317 114 41 0 23 316 76 62
Binary 110001 10001011 11001111 1001100 100001 0 10011 11001110 111110 110010

Color Harmonies of #318BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318BCF

Black with #318BCF

Text Example


Text Example

White with #318BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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