Html Css Color HEX #317BB8 Curious Blue

📋 copy color: '#317BB8'

red 49 ◦ green 123 ◦ blue 184

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

Shades of Curious Blue #317BB8

Tints of Curious Blue #317BB8

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.55%

 BLUE value IS 184 (72.27% from 255) = 51.69%

R = 13.76%
G = 34.55%
B = 51.69%

CMYK

 C value IS 0.73

 M value IS 0.33

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#317BB8 (or 0x317BB8) is known color: Curious Blue. HEX triplet: 31, 7B and B8. RGB value is (49,123,184). Sum of RGB (Red+Green+Blue) = 49+123+184=356 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.76% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 184 (72.27% from 255 or 51.69% from 356); Max value from RGB is 184 - color contains mainly: blue. Hex color #317BB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317BB8 is #CE8447. Grayscale: #6B6B6B. Windows color (decimal): -13534280 or 12090161. OLE color: 12090161.

HSL color Cylindrical-coordinate representation of color #317BB8: hue angle of 207.11º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #317BB8 is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 49 123 184 -
CMYK 0.73 0.33 0 0.28
HSL 207.11º 0.58% 0.46% -
HSV(B) 207.11º 0.73% 0.72% -
XYZ 17 18.28 47.98 -
YUV 107.83 170.98 86.04 -
System Red Green Blue C M Y K H S L
Decimal 49 123 184 0.73 0.33 0 0.28 207.11 0.58 0.46
Hex 31 7B B8 49 21 0 1C CF 3A 2E
Octal 61 173 270 111 41 0 34 317 72 56
Binary 110001 1111011 10111000 1001001 100001 0 11100 11001111 111010 101110

Color Harmonies of #317BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317BB8

Black with #317BB8

Text Example


Text Example

White with #317BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317BB8; }

 p { color: rgb(49,123,184); }

 H1.HeaderClassName
 {
   color: #317BB8;
 }
 .AnyTagClassName
 {
   color: #317BB8;
 }
</style>

background-color css

<style>
 a { background-color: #317BB8; }

 a { background-color: rgb(49,123,184); }

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

border-color css

<style>
 span { border-color: #317BB8; }

 span { border-color: rgb(49,123,184); }

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