Html Css Color HEX #357ACB Curious Blue

📋 copy color: '#357ACB'

red 53 ◦ green 122 ◦ blue 203

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

Shades of Curious Blue #357ACB

Tints of Curious Blue #357ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.7%

R = 14.02%
G = 32.28%
B = 53.7%

CMYK

 C value IS 0.74

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#357ACB (or 0x357ACB) is known color: Curious Blue. HEX triplet: 35, 7A and CB. RGB value is (53,122,203). Sum of RGB (Red+Green+Blue) = 53+122+203=378 (50% of max value = 765). Red value is 53 (21.09% from 255 or 14.02% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #357ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357ACB is #CA8534. Grayscale: #6E6E6E. Windows color (decimal): -13272373 or 13335093. OLE color: 13335093.

HSL color Cylindrical-coordinate representation of color #357ACB: hue angle of 212.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #357ACB is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 53 122 203 -
CMYK 0.74 0.40 0 0.20
HSL 212.4º 0.59% 0.5% -
HSV(B) 212.4º 0.74% 0.8% -
XYZ 19.21 18.99 59.15 -
YUV 110.6 180.14 86.91 -
System Red Green Blue C M Y K H S L
Decimal 53 122 203 0.74 0.40 0 0.20 212.4 0.59 0.5
Hex 35 7A CB 4A 28 0 14 D4 3B 32
Octal 65 172 313 112 50 0 24 324 73 62
Binary 110101 1111010 11001011 1001010 101000 0 10100 11010100 111011 110010

Color Harmonies of #357ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357ACB

Black with #357ACB

Text Example


Text Example

White with #357ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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