Html Css Color HEX #317BBA Curious Blue

📋 copy color: '#317BBA'

red 49 ◦ green 123 ◦ blue 186

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

Shades of Curious Blue #317BBA

Tints of Curious Blue #317BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.96%

R = 13.69%
G = 34.36%
B = 51.96%

CMYK

 C value IS 0.74

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#317BBA (or 0x317BBA) is known color: Curious Blue. HEX triplet: 31, 7B and BA. RGB value is (49,123,186). Sum of RGB (Red+Green+Blue) = 49+123+186=358 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.69% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #317BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317BBA is #CE8445. Grayscale: #6B6B6B. Windows color (decimal): -13534278 or 12221233. OLE color: 12221233.

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

Color convert

RGB 49 123 186 -
CMYK 0.74 0.34 0 0.27
HSL 207.59º 0.58% 0.46% -
HSV(B) 207.59º 0.74% 0.73% -
XYZ 17.21 18.36 49.09 -
YUV 108.06 171.98 85.88 -
System Red Green Blue C M Y K H S L
Decimal 49 123 186 0.74 0.34 0 0.27 207.59 0.58 0.46
Hex 31 7B BA 4A 22 0 1B D0 3A 2E
Octal 61 173 272 112 42 0 33 320 72 56
Binary 110001 1111011 10111010 1001010 100010 0 11011 11010000 111010 101110

Color Harmonies of #317BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317BBA

Black with #317BBA

Text Example


Text Example

White with #317BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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