Html Css Color HEX #358CBE Curious Blue

📋 copy color: '#358CBE'

red 53 ◦ green 140 ◦ blue 190

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

Shades of Curious Blue #358CBE

Tints of Curious Blue #358CBE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.55%

 BLUE value IS 190 (74.61% from 255) = 49.61%

R = 13.84%
G = 36.55%
B = 49.61%

CMYK

 C value IS 0.72

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#358CBE (or 0x358CBE) is known color: Curious Blue. HEX triplet: 35, 8C and BE. RGB value is (53,140,190). Sum of RGB (Red+Green+Blue) = 53+140+190=383 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.84% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #358CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358CBE is #CA7341. Grayscale: #777777. Windows color (decimal): -13267778 or 12487733. OLE color: 12487733.

HSL color Cylindrical-coordinate representation of color #358CBE: hue angle of 201.9º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #358CBE is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 140 190 -
CMYK 0.72 0.26 0 0.25
HSL 201.9º 0.56% 0.48% -
HSV(B) 201.9º 0.72% 0.75% -
XYZ 20.14 23.23 52.14 -
YUV 119.69 167.68 80.43 -
System Red Green Blue C M Y K H S L
Decimal 53 140 190 0.72 0.26 0 0.25 201.9 0.56 0.48
Hex 35 8C BE 48 1A 0 19 CA 38 30
Octal 65 214 276 110 32 0 31 312 70 60
Binary 110101 10001100 10111110 1001000 11010 0 11001 11001010 111000 110000

Color Harmonies of #358CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358CBE

Black with #358CBE

Text Example


Text Example

White with #358CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358CBE; }

 p { color: rgb(53,140,190); }

 H1.HeaderClassName
 {
   color: #358CBE;
 }
 .AnyTagClassName
 {
   color: #358CBE;
 }
</style>

background-color css

<style>
 a { background-color: #358CBE; }

 a { background-color: rgb(53,140,190); }

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

border-color css

<style>
 span { border-color: #358CBE; }

 span { border-color: rgb(53,140,190); }

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