Html Css Color HEX #357FCB Curious Blue

📋 copy color: '#357FCB'

red 53 ◦ green 127 ◦ blue 203

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

Shades of Curious Blue #357FCB

Tints of Curious Blue #357FCB

RGB

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

 GREEN value IS 127 (50% from 255) = 33.16%

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

R = 13.84%
G = 33.16%
B = 53%

CMYK

 C value IS 0.74

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#357FCB (or 0x357FCB) is known color: Curious Blue. HEX triplet: 35, 7F and CB. RGB value is (53,127,203). Sum of RGB (Red+Green+Blue) = 53+127+203=383 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.84% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #357FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357FCB is #CA8034. Grayscale: #717171. Windows color (decimal): -13271093 or 13336373. OLE color: 13336373.

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

Color convert

RGB 53 127 203 -
CMYK 0.74 0.37 0 0.20
HSL 210.4º 0.59% 0.5% -
HSV(B) 210.4º 0.74% 0.8% -
XYZ 19.84 20.25 59.36 -
YUV 113.54 178.48 84.82 -
System Red Green Blue C M Y K H S L
Decimal 53 127 203 0.74 0.37 0 0.20 210.4 0.59 0.5
Hex 35 7F CB 4A 25 0 14 D2 3B 32
Octal 65 177 313 112 45 0 24 322 73 62
Binary 110101 1111111 11001011 1001010 100101 0 10100 11010010 111011 110010

Color Harmonies of #357FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357FCB

Black with #357FCB

Text Example


Text Example

White with #357FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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