Html Css Color HEX #357CCB Curious Blue

📋 copy color: '#357CCB'

red 53 ◦ green 124 ◦ blue 203

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

Shades of Curious Blue #357CCB

Tints of Curious Blue #357CCB

RGB

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

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

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

R = 13.95%
G = 32.63%
B = 53.42%

CMYK

 C value IS 0.74

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#357CCB (or 0x357CCB) is known color: Curious Blue. HEX triplet: 35, 7C and CB. RGB value is (53,124,203). Sum of RGB (Red+Green+Blue) = 53+124+203=380 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.95% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #357CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357CCB is #CA8334. Grayscale: #6F6F6F. Windows color (decimal): -13271861 or 13335605. OLE color: 13335605.

HSL color Cylindrical-coordinate representation of color #357CCB: hue angle of 211.6º 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 #357CCB is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 53 124 203 -
CMYK 0.74 0.39 0 0.20
HSL 211.6º 0.59% 0.5% -
HSV(B) 211.6º 0.74% 0.8% -
XYZ 19.46 19.48 59.24 -
YUV 111.78 179.48 86.08 -
System Red Green Blue C M Y K H S L
Decimal 53 124 203 0.74 0.39 0 0.20 211.6 0.59 0.5
Hex 35 7C CB 4A 27 0 14 D4 3B 32
Octal 65 174 313 112 47 0 24 324 73 62
Binary 110101 1111100 11001011 1001010 100111 0 10100 11010100 111011 110010

Color Harmonies of #357CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357CCB

Black with #357CCB

Text Example


Text Example

White with #357CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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