Html Css Color HEX #357BBB Curious Blue

📋 copy color: '#357BBB'

red 53 ◦ green 123 ◦ blue 187

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

Shades of Curious Blue #357BBB

Tints of Curious Blue #357BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.52%

R = 14.6%
G = 33.88%
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

#357BBB (or 0x357BBB) is known color: Curious Blue. HEX triplet: 35, 7B and BB. RGB value is (53,123,187). Sum of RGB (Red+Green+Blue) = 53+123+187=363 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.60% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #357BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357BBB is #CA8444. Grayscale: #6D6D6D. Windows color (decimal): -13272133 or 12286773. OLE color: 12286773.

HSL color Cylindrical-coordinate representation of color #357BBB: hue angle of 208.66º 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 #357BBB is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 123 187 -
CMYK 0.72 0.34 0 0.27
HSL 208.66º 0.56% 0.47% -
HSV(B) 208.66º 0.72% 0.73% -
XYZ 17.52 18.51 49.66 -
YUV 109.37 171.81 87.8 -
System Red Green Blue C M Y K H S L
Decimal 53 123 187 0.72 0.34 0 0.27 208.66 0.56 0.47
Hex 35 7B BB 48 22 0 1B D1 38 2F
Octal 65 173 273 110 42 0 33 321 70 57
Binary 110101 1111011 10111011 1001000 100010 0 11011 11010001 111000 101111

Color Harmonies of #357BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357BBB

Black with #357BBB

Text Example


Text Example

White with #357BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,123,187); }

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

background-color css

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

 a { background-color: rgb(53,123,187); }

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

border-color css

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

 span { border-color: rgb(53,123,187); }

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