Html Css Color HEX #318CBF Curious Blue

📋 copy color: '#318CBF'

red 49 ◦ green 140 ◦ blue 191

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

Shades of Curious Blue #318CBF

Tints of Curious Blue #318CBF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.84%

 BLUE value IS 191 (75% from 255) = 50.26%

R = 12.89%
G = 36.84%
B = 50.26%

CMYK

 C value IS 0.74

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#318CBF (or 0x318CBF) is known color: Curious Blue. HEX triplet: 31, 8C and BF. RGB value is (49,140,191). Sum of RGB (Red+Green+Blue) = 49+140+191=380 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.89% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #318CBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318CBF is #CE7340. Grayscale: #767676. Windows color (decimal): -13529921 or 12553265. OLE color: 12553265.

HSL color Cylindrical-coordinate representation of color #318CBF: hue angle of 201.55º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #318CBF is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 49 140 191 -
CMYK 0.74 0.27 0 0.25
HSL 201.55º 0.59% 0.47% -
HSV(B) 201.55º 0.74% 0.75% -
XYZ 20.05 23.17 52.71 -
YUV 118.61 168.85 78.35 -
System Red Green Blue C M Y K H S L
Decimal 49 140 191 0.74 0.27 0 0.25 201.55 0.59 0.47
Hex 31 8C BF 4A 1B 0 19 CA 3B 2F
Octal 61 214 277 112 33 0 31 312 73 57
Binary 110001 10001100 10111111 1001010 11011 0 11001 11001010 111011 101111

Color Harmonies of #318CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318CBF

Black with #318CBF

Text Example


Text Example

White with #318CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,140,191); }

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

background-color css

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

 a { background-color: rgb(49,140,191); }

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

border-color css

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

 span { border-color: rgb(49,140,191); }

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