Html Css Color HEX #357ABA Curious Blue

📋 copy color: '#357ABA'

red 53 ◦ green 122 ◦ blue 186

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

Shades of Curious Blue #357ABA

Tints of Curious Blue #357ABA

RGB

 RED value IS 53 (21.09% from 255) = 14.68%

 GREEN value IS 122 (48.05% from 255) = 33.8%

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

R = 14.68%
G = 33.8%
B = 51.52%

CMYK

 C value IS 0.72

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#357ABA (or 0x357ABA) is known color: Curious Blue. HEX triplet: 35, 7A and BA. RGB value is (53,122,186). Sum of RGB (Red+Green+Blue) = 53+122+186=361 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.68% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #357ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357ABA is #CA8545. Grayscale: #6C6C6C. Windows color (decimal): -13272390 or 12220981. OLE color: 12220981.

HSL color Cylindrical-coordinate representation of color #357ABA: hue angle of 208.87º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #357ABA is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 122 186 -
CMYK 0.72 0.34 0 0.27
HSL 208.87º 0.56% 0.47% -
HSV(B) 208.87º 0.72% 0.73% -
XYZ 17.29 18.22 49.06 -
YUV 108.67 171.64 88.3 -
System Red Green Blue C M Y K H S L
Decimal 53 122 186 0.72 0.34 0 0.27 208.87 0.56 0.47
Hex 35 7A BA 48 22 0 1B D1 38 2F
Octal 65 172 272 110 42 0 33 321 70 57
Binary 110101 1111010 10111010 1001000 100010 0 11011 11010001 111000 101111

Color Harmonies of #357ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357ABA

Black with #357ABA

Text Example


Text Example

White with #357ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357ABA; }

 p { color: rgb(53,122,186); }

 H1.HeaderClassName
 {
   color: #357ABA;
 }
 .AnyTagClassName
 {
   color: #357ABA;
 }
</style>

background-color css

<style>
 a { background-color: #357ABA; }

 a { background-color: rgb(53,122,186); }

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

border-color css

<style>
 span { border-color: #357ABA; }

 span { border-color: rgb(53,122,186); }

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