Html Css Color HEX #318CB2 Curious Blue

📋 copy color: '#318CB2'

red 49 ◦ green 140 ◦ blue 178

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

Shades of Curious Blue #318CB2

Tints of Curious Blue #318CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 48.5%

R = 13.35%
G = 38.15%
B = 48.5%

CMYK

 C value IS 0.72

 M value IS 0.21

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#318CB2 (or 0x318CB2) is known color: Curious Blue. HEX triplet: 31, 8C and B2. RGB value is (49,140,178). Sum of RGB (Red+Green+Blue) = 49+140+178=367 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.35% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 178 (69.92% from 255 or 48.50% from 367); Max value from RGB is 178 - color contains mainly: blue. Hex color #318CB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318CB2 is #CE734D. Grayscale: #747474. Windows color (decimal): -13529934 or 11701297. OLE color: 11701297.

HSL color Cylindrical-coordinate representation of color #318CB2: hue angle of 197.67º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #318CB2 is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 49 140 178 -
CMYK 0.72 0.21 0 0.30
HSL 197.67º 0.57% 0.45% -
HSV(B) 197.67º 0.72% 0.7% -
XYZ 18.68 22.62 45.5 -
YUV 117.12 162.35 79.41 -
System Red Green Blue C M Y K H S L
Decimal 49 140 178 0.72 0.21 0 0.30 197.67 0.57 0.45
Hex 31 8C B2 48 15 0 1E C6 39 2D
Octal 61 214 262 110 25 0 36 306 71 55
Binary 110001 10001100 10110010 1001000 10101 0 11110 11000110 111001 101101

Color Harmonies of #318CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318CB2

Black with #318CB2

Text Example


Text Example

White with #318CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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