Html Css Color HEX #357CBC Curious Blue

📋 copy color: '#357CBC'

red 53 ◦ green 124 ◦ blue 188

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

Shades of Curious Blue #357CBC

Tints of Curious Blue #357CBC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.97%

 BLUE value IS 188 (73.83% from 255) = 51.51%

R = 14.52%
G = 33.97%
B = 51.51%

CMYK

 C value IS 0.72

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#357CBC (or 0x357CBC) is known color: Curious Blue. HEX triplet: 35, 7C and BC. RGB value is (53,124,188). Sum of RGB (Red+Green+Blue) = 53+124+188=365 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.52% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #357CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357CBC is #CA8343. Grayscale: #6D6D6D. Windows color (decimal): -13271876 or 12352565. OLE color: 12352565.

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

Color convert

RGB 53 124 188 -
CMYK 0.72 0.34 0 0.26
HSL 208.44º 0.56% 0.47% -
HSV(B) 208.44º 0.72% 0.74% -
XYZ 17.75 18.8 50.27 -
YUV 110.07 171.98 87.3 -
System Red Green Blue C M Y K H S L
Decimal 53 124 188 0.72 0.34 0 0.26 208.44 0.56 0.47
Hex 35 7C BC 48 22 0 1A D0 38 2F
Octal 65 174 274 110 42 0 32 320 70 57
Binary 110101 1111100 10111100 1001000 100010 0 11010 11010000 111000 101111

Color Harmonies of #357CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357CBC

Black with #357CBC

Text Example


Text Example

White with #357CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,124,188); }

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

background-color css

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

 a { background-color: rgb(53,124,188); }

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

border-color css

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

 span { border-color: rgb(53,124,188); }

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